From c36a41f91941a3bdcc2b6fcdc5e642dc6e6942a0 Mon Sep 17 00:00:00 2001 From: futile Date: Sat, 6 Sep 2025 12:11:20 +0100 Subject: [PATCH] remove extra release optimizations to save sanity on compile times --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 81f681d..325a0a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,3 @@ winreg = "0.55.0" [build-dependencies] static_vcruntime = "2.0.0" winresource = "0.1.23" - -[profile.release] -lto = true -codegen-units = 1