summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e722424..f441308 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,4 +20,7 @@ quickcheck = "0.9.2"
quickcheck_macros = "0.9.1"
[profile.release]
-lto = true \ No newline at end of file
+
+# Turns Link-Time Optimization up to the MAX! Results in slower
+# release build times, but faster and significantly smaller binaries.
+lto = true