We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7547df commit 4ea8bfdCopy full SHA for 4ea8bfd
.travis.yml
@@ -25,7 +25,7 @@ before_install:
25
before_script:
26
- export THREADS=`nproc`
27
# Unfortunately using all threads crashes g++: "g++: internal compiler error: Killed (program cc1plus)"
28
- - exort THREADS=4
+ - export THREADS=4
29
- echo "THREADS = $THREADS"
30
31
script:
0 commit comments