On Fri, Feb 15, 2013 at 12:02 PM, Nicolas Frisby <nicolas.frisby@gmail.com> wrote:
Thanks for rallying everyone! I made a bit of a breakthrough while trying to pinpoint where the linker is invoked.Here's the situation:* If I use nofib's "make" command to build the text, the executable does not have the function symbols in its .text section. The .o files do have them.* If I use ghc --make instead, the symbols survive in the executable.I'm not up to sleuthing out the details at the moment. Should I open a Trac ticket?