From 60fb410d1897259d11f7bb38e8c05162d4a71531 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 4 Feb 2010 10:14:27 -0800 Subject: Be unsafe, don't harden If code has latent bugs, we don't want to know about them this late in release. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 53bf2dd..6b9bdf7 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# Use hardening options -export DEB_BUILD_HARDENING=1 +# Use hardening options (in future) +#export DEB_BUILD_HARDENING=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) -- cgit v1.2.3