diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-28 16:03:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-28 16:03:35 -0400 |
commit | 6c458c809b43cf027fca9380e9a115ff1d84e008 (patch) | |
tree | 2cc785b964d13242ac62497f594505e6aab3b174 /Makefile | |
parent | b465e7b4157d351f625cd01a63fbf34d15223972 (diff) |
remove Fast flag, pass -O0 to cabal
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ fast: dist/caballog @ln -sf dist/build/git-annex/git-annex git-annex dist/caballog: - cabal configure -f"-Production Fast" + cabal configure -f"-Production" -O0 cabal build -v2 | tee $@ Build/SysConfig.hs: configure.hs Build/TestConfig.hs Build/Configure.hs |