Try to fix compilation by reducing number of threads

This commit is contained in:
Benau 2016-11-11 11:58:53 +08:00
parent 6b282acae2
commit f31cfa261a

View File

@ -38,7 +38,9 @@ addons:
- zlib1g-dev - zlib1g-dev
before_script: before_script:
- export THREADS=$((`nproc` + 1)) #- export THREADS=$((`nproc` + 1))
# Unfortunately using all threads crashes g++: "g++: internal compiler error: Killed (program cc1plus)"
- export THREADS=4
- echo "THREADS = $THREADS" - echo "THREADS = $THREADS"
- free -mt - free -mt