Skip to content

Commit e94ce10

Browse files
committed
Enable overflow checks for not-std
1 parent 29abb90 commit e94ce10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,7 @@ impl<'a> Builder<'a> {
17601760
if mode == Mode::Std {
17611761
self.config.rust_overflow_checks_std.to_string()
17621762
} else {
1763-
self.config.rust_overflow_checks.to_string()
1763+
"true".into()
17641764
},
17651765
);
17661766

0 commit comments

Comments
 (0)