add -O flag
This commit is contained in:
parent
519ccf2fef
commit
d16a55afeb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
CABALFLAGS ?= --verbose=0 --jobs
|
CABALFLAGS ?= --verbose=0 --jobs -O
|
||||||
|
|
||||||
DATADIR := data
|
DATADIR := data
|
||||||
TMPDIR := _tmp
|
TMPDIR := _tmp
|
||||||
|
|
Loading…
Reference in a new issue