]> git.ipfire.org Git - thirdparty/bind9.git/commit
ignore hardening flags on plain builds
authorAydın Mercan <aydin@isc.org>
Mon, 30 Jun 2025 09:30:53 +0000 (12:30 +0300)
committerAydın Mercan <aydin@isc.org>
Tue, 1 Jul 2025 19:35:20 +0000 (22:35 +0300)
commit8814c668552d49752602fb88ee19871f382345d8
tree61365805144773b5953b9f02511cf5ee5518d482
parentd45109732bc9e20962316b36f794b7b95218ee90
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.
doc/arm/build.inc.rst
meson.build