]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Disable hardening
authorMathieu Baudier <redacted>
Mon, 29 Dec 2025 17:30:13 +0000 (18:30 +0100)
committerMathieu Baudier <redacted>
Mon, 29 Dec 2025 17:30:13 +0000 (18:30 +0100)
debian/rules

index b159cd159bf0fab1fa8f3ba66a3ca1110b23cf0a..b70f7a51dae1c384fd9b8232daa2ffa8e3cca21d 100755 (executable)
@@ -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)