From fd63474506b9b074c4f92335dcafea70c026a46f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 8 Sep 2011 14:20:44 -0400 Subject: [PATCH] Add -caf-all to the profile targets. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index e8d1ef0..82ddbdd 100644 --- a/makefile +++ b/makefile @@ -40,10 +40,10 @@ test_src: src/Tests/*.hs ghc $(GHC_OPTS) src/*.hs src/Tests/*.hs profile: src/*.hs - ghc -fllvm $(GHC_OPTS) -prof -auto-all src/*.hs + ghc -fllvm $(GHC_OPTS) -prof -auto-all -caf-all src/*.hs profile-gcc: src/*.hs - ghc -optc-O2 -optc-march=native $(GHC_OPTS) -prof -auto-all src/*.hs + ghc -optc-O2 -optc-march=native $(GHC_OPTS) -prof -auto-all -caf-all src/*.hs clean: rm -f bin/$(BIN) -- 2.43.2