]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: nil: ignore hardening flags on plain builds
authorAydın Mercan <aydin@isc.org>
Tue, 1 Jul 2025 20:49:47 +0000 (23:49 +0300)
committerAydın Mercan <aydin@isc.org>
Tue, 1 Jul 2025 20:49:47 +0000 (23:49 +0300)
commite5a4b46fa3abf3d40412e1320ef1f6d90c70dbb7
tree73d04090934f1a3b2b70ff731a46efc8e6a01372
parentd45109732bc9e20962316b36f794b7b95218ee90
parent350e81fde8b3256424184db35a487aa04222e03d
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