summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ffefbb2a3..c94fbbc8f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all: git-annex docs
-ghcmake=ghc -Wall -odir build -hidir build --make
+ghcmake=ghc -Wall -odir build -hidir build -O2 --make
git-annex:
$(ghcmake) git-annex