diff --git a/Cargo.toml b/Cargo.toml index b03a01715..627ef28ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,6 @@ workspace = true # See https://github.com/johnthagen/min-sized-rust for additional optimizations [profile.release] -debug = 0 lto = "fat" opt-level = 3 # Optimize for speed, not size. codegen-units = 1 # Reduce parallel code generation.