Skip to content

Commit a7547df

Browse files
committed
Try to fix compilation by reducing number of threads.
1 parent a6ea57d commit a7547df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ before_install:
2424

2525
before_script:
2626
- export THREADS=`nproc`
27+
# Unfortunately using all threads crashes g++: "g++: internal compiler error: Killed (program cc1plus)"
28+
- exort THREADS=4
2729
- echo "THREADS = $THREADS"
2830

2931
script:

0 commit comments

Comments
 (0)