mariadb/cmake/os
Jon Olav Hauglid 63a205d4a0 Bug#17632386: WITH_ASAN CONFLICTS WITH -WL,--NO-UNDEFINED
-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.
2013-10-21 13:14:46 +02:00
..
AIX.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
Cygwin.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
Darwin.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
FreeBSD.cmake Fix Bug #54739 2010-06-23 16:19:19 +02:00
HP-UX.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
Linux.cmake Bug#17632386: WITH_ASAN CONFLICTS WITH -WL,--NO-UNDEFINED 2013-10-21 13:14:46 +02:00
OS400.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
SunOS.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
Windows.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
WindowsCache.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00