diff --git a/Cargo.toml b/Cargo.toml index dba0e44f3..a44ab0b44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,5 +148,5 @@ inherits = "dev" debug-assertions = false [profile.release] -debug = "line-tables-only" -lto = true \ No newline at end of file +debug = true +lto = "thin" \ No newline at end of file