Skip to content

Commit 08dd5b7

Browse files
committed
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]>
1 parent d8e2cdc commit 08dd5b7

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
@@ -27,3 +27,6 @@ gimli = "0.29.0"
2727
object = "0.35.0"
2828
memmap2 = "0.9.4"
2929
nom = "7.1.3"
30+
31+
[profile.release]
32+
strip = "none"

0 commit comments

Comments
 (0)