diff --git a/Cargo.toml b/Cargo.toml index c24809cd1..1d04ca104 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] + +[profile.release] +strip = "symbols" +lto = "fat" +codegen-units = 1