diff --git a/Cargo.toml b/Cargo.toml index e9ba1cb..8e93de1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,9 @@ version = "0.1.0" edition = "2021" [profile.release] -debug = true +strip = true +lto = true +codegen-units = 1 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html