summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen <mail@dbrgn.ch>2018-02-13 18:14:32 +0100
committerDanilo Bargen <mail@dbrgn.ch>2018-02-13 18:14:32 +0100
commit4393b99b694b0600e77bf07a3a328f3373858b49 (patch)
tree64eec5e4cc4be1866447768b5b8bab6e394fb2be
parent542409facd63bb1a06bcd8ff8c1885a1a5ad190f (diff)
Enable LTO in release mode
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a88d988..619d888 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,3 +35,6 @@ assert_cli = "^0.5"
[features]
dev = ["clippy"]
logging = ["env_logger"]
+
+[profile.release]
+lto = true