Passing -g to gcc to avoid empty debug files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
602cc1cf86
commit
47b726c8fc
1 changed files with 3 additions and 0 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue