mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +03:00
Debian: document that debug info flags are unapplicable for us
This commit is contained in:
parent
766f89f0f2
commit
c263923e0d
15
debian/rules
vendored
15
debian/rules
vendored
@ -31,6 +31,21 @@ endif
|
||||
|
||||
export CARGO_ARGS = "--frozen"
|
||||
|
||||
# WARNING: split debug info makes the package unreproducible!
|
||||
#
|
||||
# export CFLAGS += -gsplit-dwarf
|
||||
# export RUSTFLAGS += -C split-debuginfo=packed
|
||||
#
|
||||
# override_dh_dwz:
|
||||
# # Skipping DWZ since debug info is split.
|
||||
|
||||
# WARNING: compressed debug info without split debug info results in
|
||||
# size increase(!), and breaks DWZ.
|
||||
#
|
||||
# export CFLAGS += -gz=zlib
|
||||
# export LDFLAGS += -Wl,--compress-debug-sections=zlib
|
||||
# export RUSTFLAGS += -C link-arg=-Wl,--compress-debug-sections=zlib
|
||||
|
||||
%:
|
||||
dh $@ --parallel --with dkms
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user