build with -O2

This commit is contained in:
Joey Hess 2010-11-11 17:01:19 -04:00
parent 58fffdb73b
commit b5ce88dd2a

View file

@ -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