From a590e1ee1bd739e9a750a3937d0681ec924a071e Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Wed, 23 Oct 2024 14:07:54 +0200 Subject: [PATCH] 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). --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2d559f3f..8c7cd011a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ rust-version = "1.70" edition = "2021" [profile.release] -overflow-checks = true lto = true [package]