From de1805896eed407003bfb8e22e5e0912a4d0dcc8 Mon Sep 17 00:00:00 2001 From: alan Date: Thu, 1 Feb 2024 07:51:33 +0000 Subject: [PATCH] Enable hardened rules --- rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules b/rules index 2e9854b..2e4c173 100755 --- a/rules +++ b/rules @@ -1,9 +1,9 @@ #!/usr/bin/make -f # You must remove unused comment lines for the released package. export DH_VERBOSE = 1 -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all -#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -#export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 %: dh $@ --with autoreconf