summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66186d6..2d85d64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,3 +45,7 @@ windivert = { version = "0.6.0" }
[build-dependencies]
winres = "0.1"
+
+[profile.release]
+lto = true
+panic = "abort"