build with -O2
This commit is contained in:
parent
58fffdb73b
commit
b5ce88dd2a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue