From e33233d9d2cc6a74137d2242bbc8b1038ea3a108 Mon Sep 17 00:00:00 2001 From: Matt Keeter Date: Wed, 21 Feb 2024 17:32:46 -0500 Subject: [PATCH] Enable overflow checks in release builds --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f305bf15..1f98fc58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ members = [ [profile.release] debug = true +overflow-checks = true [profile.bench] lto = "thin"