From 529a24cc14859890029ad20ba07a589f4b3bc559 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 14 Aug 2023 15:22:10 +0400 Subject: [PATCH] Enable overflow-checks in release --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ffcc93a..6720107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,3 +37,6 @@ features = [ [features] profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"] +[profile.release] +overflow-checks = true +