Browse Source

Enable LTO for release build

fix-filtering
Johannes Hayeß 6 years ago
parent
commit
937dfcbb72
  1. 1
      Cargo.toml

1
Cargo.toml

@ -5,6 +5,7 @@ members = [
]
[profile.release]
lto = "thin"
panic = "abort"
debug = true

Loading…
Cancel
Save