Skip to content

CheckCompilerFlags: Catch linker warning about ignored flags

Example warning from arm64 macOS that this will now catch:

ld: warning: -no_pie ignored for arm64

Fixes: #22961

Merge request reports