Skip to content

ECMEnableSanitizers: do not enable linker flags when not supported

Bhushan Shah requested to merge work/fix_asan_alpine into master

If linker does not support the linker flag, do not enable it, on alpine e.g. musl does not support the ASAN, if it is enabled unconditionally, it will cause the linker to error out

@bribbers : FYI

Edited by Bhushan Shah

Merge request reports