rust-lightning/Cargo.toml

19 lines
276 B
TOML
Raw Normal View History

2019-11-15 02:44:30 +00:00
[workspace]
2017-12-25 01:05:27 -05:00
2019-11-15 02:44:30 +00:00
members = [
"lightning",
"lightning-net-tokio",
]
# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it
[profile.test]
opt-level = 1
[profile.dev]
panic = "abort"
[profile.release]
opt-level = 3
lto = true
panic = "abort"