1
0
Fork 0

Passing -g to gcc to avoid empty debug files.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 20:45:00 +01:00
parent 602cc1cf86
commit 47b726c8fc
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

3
debian/rules vendored
View file

@ -3,6 +3,9 @@
%:
dh ${@}
override_dh_auto_configure:
dh_auto_configure -- 'CC=$(CC) -g'
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/clzip