
15 Mar
2007
15 Mar
'07
9:10 p.m.
Hi Ian, On Mar 15, 2007, at 6:06 PM, Ian Lynagh wrote:
On Thu, Mar 15, 2007 at 05:15:02PM -0400, Gregory Wright wrote:
in build.mk, so I assume it has optimization on. Can I simply add
GhcRtsHcOpts += -O0
or should I change SRC_HC_OPTS with
SRC_HC_OPTS += -O0
in the build.mk of the 6.4.2 tree?
<snip>
On the other hand, if you mean you're going to do another complete build then you may as well make everything non-optimised now rather than wishing you'd done so later.
Yes, I was just going to do a complete rebuild with everything nonoptimized. It doesn't take too long on the new 2.4 GHz dual two core Opteron box :-) (Although I am careful to turn off SMP and not try a parallel make, greed being one of the deadly sins.) BW, Greg