diff --git a/Cargo.toml b/Cargo.toml index 983d28b1..0c36e390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ exclude = [ [profile.release] codegen-units = 1 # more llvm optimizations -debug = 2 # make perfomance engineers happy +strip = true # strip debug symbols lto = "thin" # cross-crate inlining