From f12133395c93f7036a209bc9c6196b703eb1f002 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 20 Feb 2025 14:59:20 +0100 Subject: [PATCH] Building with hardening build options. Signed-off-by: Daniel Baumann --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 9213694..8c87725 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh ${@} --parallel