From: Mattia Rizzolo Date: Tue, 23 Sep 2014 11:02:28 +0000 (+0200) Subject: debian/rules: enable all hardening X-Git-Url: https://git.donarmstrong.com/?p=flightcrew.git;a=commitdiff_plain;h=bd66d23186eb219fc3351bbb82c6950064155431 debian/rules: enable all hardening --- 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