We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6900c99 commit 24f1569Copy full SHA for 24f1569
build_system/build_backend.rs
@@ -28,6 +28,7 @@ pub(crate) fn build_backend(
28
29
if !is_ci_opt() {
30
cmd.env("CARGO_PROFILE_RELEASE_DEBUG_ASSERTIONS", "true");
31
+ cmd.env("CARGO_PROFILE_RELEASE_OVERFLOW_CHECKS", "true");
32
}
33
34
0 commit comments