Increase number of threads to 32.

This commit is contained in:
hiker 2015-11-09 09:03:59 +11:00
parent 08e3a9ea13
commit fbff4db589

View File

@ -26,14 +26,14 @@ script:
- mkdir build-debug
- cd build-debug
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DCHECK_ASSETS=off
- make VERBOSE=1 -j 4
- make VERBOSE=1 -j 32
# Then a release build:
- cd ..
- mkdir build-release
- cd build-release
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCHECK_ASSETS=off
- make VERBOSE=1 -j 4
- make VERBOSE=1 -j 32
notifications:
irc: