SRC_HC_OPTS in perf build

Jeremy voldermort at hotmail.com
Mon May 25 13:44:10 UTC 2015


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?



--
View this message in context: http://haskell.1045720.n5.nabble.com/SRC-HC-OPTS-in-perf-build-tp5809863.html
Sent from the Haskell - Glasgow-haskell-users mailing list archive at Nabble.com.


More information about the Glasgow-haskell-users mailing list