Skip to content

Commit

Permalink
fix: needless rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Sep 17, 2023
1 parent 577a071 commit 5f59bcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ license-file = "LICENSE"
keywords = ["bitcoin", "lightning", "chaumian", "e-cash", "federated"]


# Workaround: https://github.com/rust-lang/cargo/issues/12457 which causes
# https://github.com/ipetkov/crane/issues/370
[profile.dev.build-override]
debug = false
[profile.ci.build-override]
debug = false

[profile.dev]

# in dev mode optimize crates that are perf-critical (usually just crypto crates)
Expand Down

0 comments on commit 5f59bcc

Please sign in to comment.