debian/rules: Enable all hardening flags.
This commit is contained in:
parent
caf71200b2
commit
3c174f4db1
4
debian/rules
vendored
4
debian/rules
vendored
@ -2,6 +2,10 @@
|
||||
|
||||
DHFLAGS=--parallel
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
DPKG_EXPORT_BUILDFLAGS = 1
|
||||
include /usr/share/dpkg/buildflags.mk
|
||||
|
||||
%:
|
||||
dh $@ $(DHFLAGS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user