From: Michael Orlitzky Date: Thu, 8 Sep 2011 18:20:44 +0000 (-0400) Subject: Add -caf-all to the profile targets. X-Git-Tag: 0.0.1~144 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=fd63474506b9b074c4f92335dcafea70c026a46f Add -caf-all to the profile targets. --- 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)