summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index d95b933..166ac2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = optimize=+lto
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
@@ -15,6 +16,8 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
+
+
%:
dh $@