From: Aydın Mercan Date: Tue, 1 Jul 2025 20:49:47 +0000 (+0300) Subject: fix: nil: ignore hardening flags on plain builds X-Git-Tag: v9.21.10~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5a4b46fa3abf3d40412e1320ef1f6d90c70dbb7;p=thirdparty%2Fbind9.git fix: nil: ignore hardening flags on plain builds The 'plain' optimization level doesn't add any flags and gives the control to the packager. Similarly, avoid any hardening flags in this level. Necessary flags such as `-fno-delete-null-pointer-checks` and `-fno-strict-aliasing` are still included. Merge branch 'aydin/plain-build' into 'main' See merge request isc-projects/bind9!10673 --- e5a4b46fa3abf3d40412e1320ef1f6d90c70dbb7