mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Switch to -O1 in dev as we have long-running tests and O1 is cheap
This commit is contained in:
parent
79a0a0c959
commit
9d69bc9a48
1 changed files with 3 additions and 0 deletions
|
@ -37,3 +37,6 @@ features = ["bitcoinconsensus"]
|
|||
|
||||
[dev-dependencies]
|
||||
hex = "0.3"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue