Export RUSTFLAGS with codegen-units = 2
This commit is contained in:
parent
a6c3236289
commit
dfa38962e3
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ before_script:
|
|||
export PATH=$HOME/.local/bin:$PATH
|
||||
script:
|
||||
- |
|
||||
export RUSTFLAGS="-C codegen-units=2"
|
||||
if [[ "$TEST_SUITE" == "binaries" ]]; then
|
||||
make bin-test
|
||||
else # $TEST_SUITE == "libraries"
|
||||
|
|
Loading…
Reference in a new issue