mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
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] https://github.com/rust-lang/cargo/pull/13257 Signed-off-by: Thomas Bertschinger <tahbertschinger@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
061a9ff2a3
commit
9e12dd06b9
@ -30,3 +30,6 @@ zeroize = { version = "1", features = ["std", "zeroize_derive"] }
|
|||||||
version = "0.10"
|
version = "0.10"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["auto-color"]
|
features = ["auto-color"]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = "none"
|
||||||
|
Loading…
Reference in New Issue
Block a user