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