summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-11 17:01:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-11 17:04:00 -0400
commitb5ce88dd2aa2d6cc5eac6fd014f94d387c38bce0 (patch)
treea9f3bb575a08131c8786af6f2b3786f0bfe6bc28
parent58fffdb73be115ad095342eba2f4dd90190e998f (diff)
build with -O2
-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