Branch: refs/heads/runtime-debug Home: https://github.com/kronosnet/kronosnet Commit: 38e40998ec6b843218251a2b56cb056d5b9fbc6e https://github.com/kronosnet/kronosnet/commit/38e40998ec6b843218251a2b56cb05... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-10-09 (Wed, 09 Oct 2019)
Changed paths: M configure.ac M man/Makefile.am
Log Message: ----------- [build] add --with-sanitizers= option for sanitizer builds
this option is stricly meant for runtime debugging purposes. do NOT use in production.
check gcc/clang man pages on how to use ASAN/UBSAN/TSAN.
Also allow users to specificy SANITIZERS_CFLAGS and SANITIZERS_LDFLAGS for advanced use.
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com