diff --git a/fish-rust/Cargo.toml b/fish-rust/Cargo.toml index 900f33610..9e7574355 100644 --- a/fish-rust/Cargo.toml +++ b/fish-rust/Cargo.toml @@ -53,3 +53,6 @@ cc = { git = "https://github.com/mqudsi/cc-rs", branch = "fish" } #autocxx = { path = "../../autocxx" } #autocxx-build = { path = "../../autocxx/gen/build" } #autocxx-bindgen = { path = "../../autocxx-bindgen" } + +[profile.release] +overflow-checks = true