diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a6a07d9..ce97aac 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -18,5 +18,5 @@ cmake = "0.1.49" [profile.release] opt-level = "z" lto = true -strip = true +strip = "symbols" codegen-units = 1