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

index abf054dfd7935053d2201120f9819957f5c8c504..3b6ffab8ea5e021d98b5fac52d3d2d0b92750043 100755 (executable)
@@ -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)