Skip to content

Commit

Permalink
Try to fix compilation by reducing number of threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Benau committed Nov 11, 2016
1 parent 6b282ac commit f31cfa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ addons:
- zlib1g-dev

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"
- free -mt

Expand Down

0 comments on commit f31cfa2

Please sign in to comment.