diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-07-03 15:32:55 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-07-03 15:32:55 +0000 |
commit | 30512814c65207565ee3412b51e96aea976cf98e (patch) | |
tree | 7be54548a21467a090b44591adf4f3d2c4b35d98 | |
parent | Releasing debian version 0.9-1. (diff) | |
download | lzd-30512814c65207565ee3412b51e96aea976cf98e.tar.xz lzd-30512814c65207565ee3412b51e96aea976cf98e.zip |
Building without hardening build options for the time being.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 8c87725..9213694 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -export DEB_BUILD_MAINT_OPTIONS = hardening=+all - %: dh ${@} --parallel |