We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682870c commit 39c2086Copy full SHA for 39c2086
ci/run.sh
@@ -93,7 +93,7 @@ if [ -z "$DEBUG_LTO_BUILD_DOESNT_WORK" ]; then
93
RUSTFLAGS="-C debug-assertions=no" \
94
CARGO_INCREMENTAL=0 \
95
CARGO_PROFILE_DEV_LTO=true \
96
- $cargo rustc --features "$INTRINSICS_FEATURES" --target $1 --example intrinsics
+ $cargo rustc --features "$INTRINSICS_FEATURES" --target $1 --example intrinsics --release
97
fi
98
CARGO_PROFILE_RELEASE_LTO=true \
99
$cargo rustc --features "$INTRINSICS_FEATURES" --target $1 --example intrinsics --release
0 commit comments