X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=e82adc8deeb594e4ac639ec74162357df43c63fe;hb=32130b53445bc9f51ce385ef4c4ed9bc33363d1b;hp=e3407f5e913805a8f2254a7982b3c34affebbdb0;hpb=605c4cddf635b73f0aed3126e20b68e44cfca166;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index e3407f5..e82adc8 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -567,18 +567,14 @@ utils/Digraph_HC_OPTS = -fglasgow-exts basicTypes/SrcLoc_HC_OPTS = -funbox-strict-fields -ifeq "$(bootstrapped)" "YES" -utils/Binary_HC_OPTS = -funbox-strict-fields -endif - # We always optimise some low-level modules, otherwise performance of # a non-optimised compiler is severely affected. main/BinIface_HC_OPTS += -O -utils/Binary_HC_OPTS += -O +utils/Binary_HC_OPTS += -O -funbox-strict-fields utils/FastMutInt_HC_OPTS += -O utils/Encoding_HC_OPTS += -O -utils/StringBuffer_HC_OPTS += -O -utils/FastString_HC_OPTS += -O +utils/StringBuffer_HC_OPTS += -O -funbox-strict-fields +utils/FastString_HC_OPTS += -O -funbox-strict-fields # ---- Profiling ---- #simplCore/Simplify_HC_OPTS = -auto-all