Build with all hardening flags set.

This commit is contained in:
Carlos Maddela
2016-12-19 02:30:22 +11:00
parent 35a67aeb62
commit 66a09cac46
2 changed files with 6 additions and 0 deletions

5
debian/rules vendored
View File

@@ -1,5 +1,10 @@
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
export DEB_CFLAGS_MAINT_APPEND = $(CPPFLAGS)
%:
dh $@