Cargo.toml (profile.release)[lto]: Enable

master
Mike Gerwitz 2019-12-03 12:17:44 -05:00
parent 2a91d7680d
commit 3cb67109ec
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ edition = "2018"
# <https://doc.rust-lang.org/cargo/reference/manifest.html>.
opt-level = 3
[profile.release]
lto = true
[dependencies]
quick-xml = ">= 0.17.0"
petgraph = ">= 0.4.13"