Re: SRC_HC_OPTS in perf build

2015-05-26 Thread Edward Z. Yang
Sounds like an oversight to me!  Submit a fix?

Excerpts from Jeremy's message of 2015-05-25 06:44:10 -0700:
> build.mk.sample contains the lines:
> 
> # perf matches the default settings, repeated here for comparison:
> SRC_HC_OPTS = -O -H64m
> 
> However, in config.mk.in this is:
> 
> SRC_HC_OPTS += -H32m -O
> 
> What actually is the default for SRC_HC_OPTS? Why does config.mk.in seem to
> set it to -H32m, then every profile in build.mk.sample sets -H64m?
> 
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users


Re: SRC_HC_OPTS in perf build

2015-05-26 Thread Jeremy
Edward Z. Yang wrote
> Sounds like an oversight to me!  Submit a fix?
> 
> Excerpts from Jeremy's message of 2015-05-25 06:44:10 -0700:
>> build.mk.sample contains the lines:
>> 
>> # perf matches the default settings, repeated here for comparison:
>> SRC_HC_OPTS = -O -H64m
>> 
>> However, in config.mk.in this is:
>> 
>> SRC_HC_OPTS += -H32m -O
>> 
>> What actually is the default for SRC_HC_OPTS? Why does config.mk.in seem
>> to
>> set it to -H32m, then every profile in build.mk.sample sets -H64m?

Which should it be?



--
View this message in context: 
http://haskell.1045720.n5.nabble.com/SRC-HC-OPTS-in-perf-build-tp5809863p5809930.html
Sent from the Haskell - Glasgow-haskell-users mailing list archive at 
Nabble.com.
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users