Export RUSTFLAGS with codegen-units = 2

This commit is contained in:
Matthias Beyer 2016-08-23 11:59:12 +02:00
parent a6c3236289
commit dfa38962e3

View file

@ -20,6 +20,7 @@ before_script:
export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.local/bin:$PATH
script: script:
- | - |
export RUSTFLAGS="-C codegen-units=2"
if [[ "$TEST_SUITE" == "binaries" ]]; then if [[ "$TEST_SUITE" == "binaries" ]]; then
make bin-test make bin-test
else # $TEST_SUITE == "libraries" else # $TEST_SUITE == "libraries"