Enable LTO in release builds

This commit is contained in:
Roey Darwish Dror
2018-08-19 14:41:13 +03:00
parent 65e88abc60
commit 2802679939

View File

@@ -21,3 +21,6 @@ log = "0.4.3"
env_logger = "0.5.12"
term_size = "0.3.1"
termcolor = "1.0.1"
[profile.release]
lto = true