mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-22 13:52:01 +08:00
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).
This commit is contained in:
parent
1b644226ec
commit
a590e1ee1b
|
@ -7,7 +7,6 @@ rust-version = "1.70"
|
|||
edition = "2021"
|
||||
|
||||
[profile.release]
|
||||
overflow-checks = true
|
||||
lto = true
|
||||
|
||||
[package]
|
||||
|
|
Loading…
Reference in New Issue
Block a user