mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-23 22:56:54 +01:00
Apply -O1 only to tests, not all dev (which is used for bindings)
This commit is contained in:
parent
4f6f34fa30
commit
9e03087d6a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ members = [
|
|||
]
|
||||
|
||||
# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it
|
||||
[profile.dev]
|
||||
[profile.test]
|
||||
opt-level = 1
|
||||
|
||||
[profile.release]
|
||||
|
|
Loading…
Add table
Reference in a new issue