mirror of https://github.com/MariaDB/server
Browse Source
-Wl,--no-undefined (=-z defs) gives linking errors when used with WITH_ASAN. According to the documentation: "When linking shared libraries, the AddressSanitizer run-time is not linked, so -Wl,-z,defs may cause link errors (don’t use it with AddressSanitizer)." This patch turns off -Wl,--no-undefined if WITH_ASAN is used.pull/73/head
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue