We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9ba44 commit a076c9aCopy full SHA for a076c9a
ci/run.sh
@@ -115,6 +115,7 @@ RUSTFLAGS="-C debug-assertions=no" \
115
# TODO(#79) fix the undefined references problem for debug-assertions+lto
116
if [ -z "$DEBUG_LTO_BUILD_DOESNT_WORK" ]; then
117
RUSTFLAGS="-C debug-assertions=no" \
118
+ CARGO_INCREMENTAL=0 \
119
$cargo rustc --features "$INTRINSICS_FEATURES" --target $1 --example intrinsics -- -C lto
120
fi
121
$cargo rustc --features "$INTRINSICS_FEATURES" --target $1 --example intrinsics --release -- -C lto
0 commit comments