Skip to content

Commit 5f59bcc

Browse files
committed
fix: needless rebuilds
Re: ipetkov/crane#370 Re: rust-lang/cargo#12457
1 parent 577a071 commit 5f59bcc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ license-file = "LICENSE"
6161
keywords = ["bitcoin", "lightning", "chaumian", "e-cash", "federated"]
6262

6363

64+
# Workaround: https://github.com/rust-lang/cargo/issues/12457 which causes
65+
# https://github.com/ipetkov/crane/issues/370
66+
[profile.dev.build-override]
67+
debug = false
68+
[profile.ci.build-override]
69+
debug = false
70+
6471
[profile.dev]
6572

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

0 commit comments

Comments
 (0)