Alexander Haase 179e77d612 Added option for static linking gcc sanitizers.
If you like to preload a sanitized library in front of an application, it will
fail, because it is not the first in the library list anymore. This behaviour
is gcc specific - clang will static link the sanitizers instead. To get the
same for gcc, the new SANITIZE_LINK_STATIC flag will link the sanitizers
static in gcc environments.

Note: The preloaded executable must be sanitized, too! Otherwise ASan will
      print an error message!
2016-05-12 19:59:28 +02:00
2016-04-06 01:17:20 +02:00
2013-10-05 22:14:59 -07:00

sanitizers-cmake

CMake modules to help use sanitizers

Description
No description provided
Readme 91 KiB
Languages
CMake 82.5%
C++ 10.5%
Shell 7%