Skip to content

Commit 39c2086

Browse files
committed
[Don't merge?] Should we only care about the release build?
1 parent 682870c commit 39c2086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ if [ -z "$DEBUG_LTO_BUILD_DOESNT_WORK" ]; then
9393
RUSTFLAGS="-C debug-assertions=no" \
9494
CARGO_INCREMENTAL=0 \
9595
CARGO_PROFILE_DEV_LTO=true \
96-
$cargo rustc --features "$INTRINSICS_FEATURES" --target $1 --example intrinsics
96+
$cargo rustc --features "$INTRINSICS_FEATURES" --target $1 --example intrinsics --release
9797
fi
9898
CARGO_PROFILE_RELEASE_LTO=true \
9999
$cargo rustc --features "$INTRINSICS_FEATURES" --target $1 --example intrinsics --release

0 commit comments

Comments
 (0)