Use thin LTO by default

timeout_old
Tassilo Horn 2 years ago
parent 52ff92e06d
commit 40d880bc78
  1. 6
      Cargo.toml

@ -22,3 +22,9 @@ rand = "0.8.4"
rt-format = "0.3.0"
log = "0.4"
env_logger = { version = "0.9.0", default-features = false, features = ["termcolor", "atty", "humantime"] } # without regex
[profile.dev]
lto = "thin"
[profile.release]
lto = "thin"

Loading…
Cancel
Save