Browse Source

Enable full hardening build

Christoph Biedl 6 years ago
parent
commit
b5e4bbbcd2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      debian/rules

+ 2 - 0
debian/rules

@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS := hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
 
 %:
 	dh $@