summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-12-22 16:46:44 +0100
committersharkdp <davidpeter@web.de>2019-12-22 16:46:55 +0100
commit126729f87a686fdca37e63e727801723e1549366 (patch)
tree1f9e050cf0b7d78e876fa81d0f65c4de929c2544 /Cargo.toml
parent0aca27511abed7ab4d0900dd13e90d6eba343945 (diff)
Enable LTO
closes #719
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b85fc23b..86c2fc9d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,3 +56,6 @@ escargot = "0.5.0"
clap = "2.33"
liquid = "0.19"
lazy_static = "1.4"
+
+[profile.release]
+lto = true