Compare commits

...

1 Commits

Author SHA1 Message Date
Johannes Altmanninger
a590e1ee1b Turn off release-mode overflow checks again
Not sure about this but "no overflow checks" is the status quo, so
if we want to keep the checks beyond the port, this should be stated
explicitly, as implied by e616de544 (Enable rust overflow checks in
release mode, at least for now, 2023-02-20).
2024-10-23 14:13:10 +02:00

View File

@@ -7,7 +7,6 @@ rust-version = "1.70"
edition = "2021"
[profile.release]
overflow-checks = true
lto = true
[package]