diff options
author | iximeow <me@iximeow.net> | 2019-03-31 04:09:25 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 16:26:39 -0800 |
commit | 323b420603a9d771e92316491994c42ba1808668 (patch) | |
tree | 82f23f95eb504a48c3c6ba945b62621abaf49470 /Cargo.toml | |
parent | c0ac06ff2ffefb01e6070104727a6fbf24857966 (diff) |
lto in release please
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |