From e63a983cf1b44764031249ffd1611c0a50b0cd05 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 Mar 2013 16:40:24 -0400 Subject: [PATCH] pass -O0 in fast mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c26890af7f..35109819ba 100644 --- a/Makefile +++ b/Makefile @@ -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