diff --git a/Cargo.toml b/Cargo.toml index d46d362..6fba571 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,10 @@ serde = "1.0.219" winconsole = "0.11.1" ctrlc = "3.4.5" shellexpand = "3.1.0" -flate2 = "1.1.1" \ No newline at end of file +flate2 = "1.1.1" + +[profile.release] +strip = true +lto = true +opt-level = 3 +codegen-units = 1 \ No newline at end of file