summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b36931cb..311acb1b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -80,6 +80,6 @@ predicates = "1.0.5"
[build-dependencies]
clap = { version = "2.33", optional = true }
-# [profile.release]
-# lto = true
-# codegen-units = 1
+[profile.release]
+lto = true
+codegen-units = 1