Skip to content

Commit b6564c3

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 07741e6 commit b6564c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ either = "1.5"
2323
rpassword = "7"
2424
bch_bindgen = { path = "bch_bindgen" }
2525
byteorder = "1.3"
26+
27+
[profile.release]
28+
strip = "none"

0 commit comments

Comments
 (0)