Enable LTO for release builds

This commit is contained in:
2020-01-31 09:17:07 +01:00
parent 21d16e1ae7
commit add0c1dbca

View File

@@ -18,6 +18,9 @@ license = "MIT"
include = ["Cargo.toml", "README.md", "LICENSE", "ACKNOWLEDGEMENTS", "src/**/*.rs"]
[profile.release]
lto = true
[dependencies]
measure_time = "^0.6"
structopt = "^0.3"