X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=82ddbdd7f223c4ed791640b5cbabf930559e7bd6;hb=4a7ea6313df073bfd41fd69552a338c7d7cd6f47;hp=e8d1ef0d983949d596725b94f200e7b5531e91a4;hpb=9827ccf1a373cd914ce9bd8327adbcc6fe213685;p=spline3.git 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)