make quick: use -j4 to speed up build
This commit is contained in:
parent
afa801ed3f
commit
d0af5795f1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ REVISION?=1
|
|||
BENCHARGS?=--timeout=6 +RTS -T -RTS $(if $(PATTERN),--pattern "$(PATTERN)",)
|
||||
|
||||
quick:
|
||||
stack install --ghc-options='$(GHCOPTS)' --install-ghc --flag 'pandoc:embed_data_files' --fast --test --ghc-options='-j +RTS -A64m -RTS' --test-arguments='-j4 --hide-successes $(TESTARGS)'
|
||||
stack install --ghc-options='$(GHCOPTS)' --install-ghc --flag 'pandoc:embed_data_files' --fast --test --ghc-options='-j4 +RTS -A256m -RTS' --test-arguments='-j4 --hide-successes $(TESTARGS)'
|
||||
|
||||
quick-cabal:
|
||||
cabal new-configure . --ghc-options '$(GHCOPTS)' --disable-optimization --enable-tests
|
||||
|
|
Loading…
Add table
Reference in a new issue