diff --git a/Cargo.toml b/Cargo.toml index aad21557..79d53417 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ members = [ ] [profile.release] -lto = true +lto = "thin" debug = 1 incremental = false