Build packages with debug symbols
With --enable-debuginfo configured, ZFS packages are built with debug symbols embedded into the binaries. Signed-off-by: Umer Saleem <usaleem@ixsystems.com>
This commit is contained in:
parent
f41d5dc6f1
commit
f4efe4ea92
|
@ -26,6 +26,7 @@ endif
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
|
--enable-debuginfo \
|
||||||
--with-linux=/usr/src/${src} \
|
--with-linux=/usr/src/${src} \
|
||||||
--with-linux-obj=/usr/src/${obj}
|
--with-linux-obj=/usr/src/${obj}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue