]> git.lizzy.rs Git - rust.git/blobdiff - build_sysroot/build_sysroot.sh
Finish bumping stage0
[rust.git] / build_sysroot / build_sysroot.sh
index d1dcf495db8a3770df197c7f80b22a2573475c0b..a965ca971a07d362635049c8a40a138800d20a60 100755 (executable)
@@ -22,7 +22,7 @@ if [[ "$1" == "--release" ]]; then
     RUSTFLAGS="$RUSTFLAGS -Zmir-opt-level=3" cargo build --target $TARGET_TRIPLE --release
 else
     sysroot_channel='debug'
-    cargo build --target $TARGET_TRIPLE
+    cargo build --target $TARGET_TRIPLE --features compiler_builtins/c
 fi
 
 # Copy files to sysroot