aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2019-03-31 04:09:25 -0700
committeriximeow <me@iximeow.net>2020-01-12 16:26:39 -0800
commit323b420603a9d771e92316491994c42ba1808668 (patch)
tree82f23f95eb504a48c3c6ba945b62621abaf49470
parentc0ac06ff2ffefb01e6070104727a6fbf24857966 (diff)
lto in release please
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f1d041e..005384f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,6 @@ description = "fundamental traits to describe an architecture in the yaxpeax pro
[dependencies]
"num-traits" = "0.2"
"termion" = "1.4.0"
+
+[profile.release]
+lto = true