diff --git a/Cargo.toml b/Cargo.toml index 07379c2..055d4fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,3 +24,7 @@ speculate = "0.1.2" [build-dependencies] winres = "0.1.12" + +[profile.release] +lto = "thin" +strip = true