summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 995ed25..5908871 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,7 @@ osstrtools = "0.1"
pathbuftools = "0.1"
-#[profile.release]
-#debug = true
-#lto = false
+# These options increase performance and generate a smaller binary
+[profile.release]
+lto = true
+codegen-units = 1