diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files 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) |