From: Mathieu Baudier Date: Mon, 29 Dec 2025 17:30:13 +0000 (+0100) Subject: Disable hardening X-Git-Tag: debian/0.0.7599-1~4 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d4b1160fc7f02bacf8f0bdc40139cc24be969fda;p=pkg%2Fggml%2Fsources%2Fllama.cpp Disable hardening --- diff --git a/debian/rules b/debian/rules index b159cd15..b70f7a51 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +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)