Enable LTO optimizations for release builds

This commit is contained in:
timvisee
2018-02-20 01:46:31 +01:00
parent ecc1a8bc8b
commit 231a9fc234

View File

@@ -9,3 +9,6 @@ clap = "2.29"
image = "0.18" image = "0.18"
num_cpus = "1.8" num_cpus = "1.8"
regex = "0.2" regex = "0.2"
[profile.release]
lto = true