Skip to content

Commit 9e12dd0

Browse files
bertschingertKent Overstreet
authored andcommitted
include debuginfo in bcachefs binary by default
The debuginfo is used by the "bcachefs debug" and "bcachefs list_bkeys" commands. Rust 1.77 [1] changed Cargo's release profile to strip debuginfo by default, but we always want it included. [1] rust-lang/cargo#13257 Signed-off-by: Thomas Bertschinger <[email protected]> Signed-off-by: Kent Overstreet <[email protected]>
1 parent 061a9ff commit 9e12dd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ zeroize = { version = "1", features = ["std", "zeroize_derive"] }
3030
version = "0.10"
3131
default-features = false
3232
features = ["auto-color"]
33+
34+
[profile.release]
35+
strip = "none"

0 commit comments

Comments
 (0)