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

index 717db6167f2e7e7623a35c053e047a4555864660..ec964b25cd2b2d8cb48b82d42a65c523bfbb1997 100755 (executable)
@@ -1,6 +1,6 @@
 #!/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)