From 76e69deadf246c95ac4a49b7b72af49a742d235b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 14 May 2015 14:47:53 -0400 Subject: adjust fast build so that ./ghci works with ghc 7.8.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a9468487..14e55a4b9 100644 --- a/Makefile +++ b/Makefile @@ -269,7 +269,7 @@ fast: dist/caballog @$(MAKE) tags >/dev/null 2>&1 & dist/caballog: git-annex.cabal - $(CABAL) configure -f"-Production" -O0 + $(CABAL) configure -f"-Production" -O0 --enable-executable-dynamic $(CABAL) build -v2 | tee $@ # Hardcoded command line to make hdevtools start up and work. -- cgit v1.2.3