From: Mathieu Baudier Date: Mon, 29 Dec 2025 17:23:25 +0000 (+0100) Subject: Disable hardening X-Git-Tag: debian/0.9.5-1~5 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=e1c6e2866607ccd580daad35ccd63ae1d1f639d8;p=pkg%2Fggml%2Fsources%2Fggml Disable hardening --- diff --git a/debian/rules b/debian/rules index abf054df..3b6ffab8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f #export DH_VERBOSE = 1 -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +export DEB_BUILD_MAINT_OPTIONS = hardening=-all # Derivative distribution := $(shell lsb_release --id --short)