Don't use -Wl,-z,defs with Clang's sanitizers
authorJames Zern <jzern@google.com>
Mon, 8 May 2023 23:58:59 +0000 (16:58 -0700)
committerJames Zern <jzern@google.com>
Fri, 12 May 2023 17:20:54 +0000 (10:20 -0700)
commit2a9b810d3df62ff3c527ce3895f6b80d9d6f6296
treecf6fd4496a6bc7dc1cdc21bc294d09565530fdbb
parent894262fb8fe137401d56586b7998711cf49ebe24
Don't use -Wl,-z,defs with Clang's sanitizers

This avoids link errors related to the sanitizers:
https://clang.llvm.org/docs/AddressSanitizer.html#usage
"When linking shared libraries, the AddressSanitizer run-time is not
linked, so -Wl,-z,defs may cause link errors ..."

See also:
https://crbug.com/aomedia/3438

Bug: webm:1801
Fixed: webm:1801
Change-Id: Ie212318005a5f7222e5486775175534025306367
build/make/Makefile