cmake-sanitizers/cmake
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
..
FindASan.cmake Added option for static linking gcc sanitizers. 2016-05-12 19:59:28 +02:00
FindMSan.cmake Removed optimization flags. 2016-04-19 18:37:43 +02:00
FindSanitizers.cmake Added option for static linking gcc sanitizers. 2016-05-12 19:59:28 +02:00
FindTSan.cmake Removed optimization flags. 2016-04-19 18:37:43 +02:00
FindUBSan.cmake Removed optimization flags. 2016-04-19 18:37:43 +02:00
sanitize-helpers.cmake Added option for static linking gcc sanitizers. 2016-05-12 19:59:28 +02:00