X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2FMakefile;h=bc3ab8a288b809f53d5e67f2ea0b8a804a7bf4b5;hb=8e67f5502e2e316245806ee3735a2f41a844b611;hp=4cff048ed20cfdf26ddd553654962ab4b559c8d8;hpb=d9fd6a665237f0e2ab769915db873b9d72bd1c0a;p=ghc-hetmet.git diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 4cff048..bc3ab8a 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -515,6 +515,11 @@ utils/Binary_HC_OPTS += -O utils/FastMutInt_HC_OPTS += -O +# ---- Profiling ---- +#simplCore/Simplify_HC_OPTS = -auto-all +#simplCore/SimplEnv_HC_OPTS = -auto-all +#simplCore/SimplUtils_HC_OPTS = -auto-all + # CSE interacts badly with top-level IORefs (reportedly in DriverState and # DriverMkDepend), causing some of them to be commoned up. We have a fix for # this in 5.00+, but earlier versions of the compiler will need CSE turned off.