1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Build with as many cores as we can muster.

This commit is contained in:
Rob Rix 2018-03-19 10:20:10 -04:00
parent 476286834f
commit f720c86e1f

View File

@ -262,7 +262,7 @@ test-suite doctests
hs-source-dirs: test hs-source-dirs: test
main-is: Doctests.hs main-is: Doctests.hs
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -dynamic -threaded ghc-options: -dynamic -threaded -j
build-depends: base build-depends: base
, doctest , doctest
, QuickCheck , QuickCheck