diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-11 17:01:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-11 17:04:00 -0400 |
commit | b5ce88dd2aa2d6cc5eac6fd014f94d387c38bce0 (patch) | |
tree | a9f3bb575a08131c8786af6f2b3786f0bfe6bc28 | |
parent | 58fffdb73be115ad095342eba2f4dd90190e998f (diff) |
build with -O2
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |