From bd66d23186eb219fc3351bbb82c6950064155431 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 23 Sep 2014 13:02:28 +0200 Subject: [PATCH] debian/rules: enable all hardening --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 9fc13e2..a9aa124 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ --buildsystem=cmake -- 2.39.2