Check for a flag to turn linker warnings into errors. When flags are passed to linkers via the compiler driver using a -Wl,-foo flag, linker warnings may be swallowed rather than bubbling up.
This is one of Corys commits that I’ve modified to also add -Wl,-fatal_warnings
for darwin.