aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ffcc93ad..6720107a 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
+