Enable LTO optimizations for release builds
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user