diff --git a/Cargo.toml b/Cargo.toml index 9c7489d..b00679c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [profile.release] -strip = "symbols" +strip = true opt-level = 3 overflow-checks = true lto = true