summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-28 16:03:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-28 16:03:35 -0400
commit6c458c809b43cf027fca9380e9a115ff1d84e008 (patch)
tree2cc785b964d13242ac62497f594505e6aab3b174 /Makefile
parentb465e7b4157d351f625cd01a63fbf34d15223972 (diff)
remove Fast flag, pass -O0 to cabal
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cb0fa317..857ee7718 100644
--- a/Makefile
+++ b/Makefile
@@ -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