diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-04 10:14:27 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-04 10:14:27 -0800 |
commit | 60fb410d1897259d11f7bb38e8c05162d4a71531 (patch) | |
tree | 9650d345f2e8571f1ac611156893345cf0cf37cd /debian | |
parent | 0e32f5d4e678f06b6d7a697a671bf6ceafeca856 (diff) | |
download | vyatta-cfg-60fb410d1897259d11f7bb38e8c05162d4a71531.tar.gz vyatta-cfg-60fb410d1897259d11f7bb38e8c05162d4a71531.zip |
Be unsafe, don't harden
If code has latent bugs, we don't want to know about them this late in
release.
Diffstat (limited to 'debian')
-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) |