about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2018-10-23 14:14:44 +0200
committerMichael Woerister <michaelwoerister@posteo>2018-10-26 15:07:03 +0200
commit5dedf0cead430d2cfef6e3957c26d066fb1a40eb (patch)
treea950e1af71bf1950daf60c39f86a35056ecf4096 /src/ci
parent9e51b57fdd947a13608b639fd915a2e1b6ab6c22 (diff)
downloadrust-5dedf0cead430d2cfef6e3957c26d066fb1a40eb.tar.gz
rust-5dedf0cead430d2cfef6e3957c26d066fb1a40eb.zip
CI: Set codegen-units-std=1 for dist builds.
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index a2c271f0fc8..8e0eb8fec43 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -40,6 +40,7 @@ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-sccache"
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-locked-deps"
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-cargo-native-static"
+RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.codegen-units-std=1"
 
 if [ "$DIST_SRC" = "" ]; then
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-dist-src"