added feature to Cargo.toml
Some checks are pending
continuous-integration/drone/push Build is failing

This commit is contained in:
shimunn
2019-01-19 22:47:23 +01:00
parent 8300e94414
commit fa84103e8a
2 changed files with 12 additions and 8 deletions

View File

@@ -12,4 +12,8 @@ structopt = "0.2.14"
structopt-derive = "0.2.14"
[profile.release]
lto = false
lto = true
[features]
addrem = []