pass -O0 in fast mode

This commit is contained in:
Joey Hess 2013-03-12 16:40:24 -04:00
parent 70b7555eaf
commit e63a983cf1

View file

@ -159,7 +159,7 @@ androidapp:
# We bypass cabal, and only run the main ghc --make command for a
# fast development built. Note: Does not rebuild C libraries.
fast: dist/caballog
@$$(grep 'ghc --make' dist/caballog | head -n 1)
@$$(grep 'ghc --make' dist/caballog | head -n 1 | sed -e 's/-package-id [^ ]*//g' -e 's/-hide-all-packages//') -O0
@ln -sf dist/build/git-annex/git-annex git-annex
@$(MAKE) tags >/dev/null 2>&1