diff --git a/Cargo.toml b/Cargo.toml index 771f052..7cfaa26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,3 +58,7 @@ http = "1.0" [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.59.0", features = ["Win32_Foundation", "Win32_System_Console", "Win32_UI_HiDpi"]} + +[profile.release] +codegen-units = 1 +lto = "fat"