Skip to content

* configure.ac: Check for Valgrind and sanitizers being mutually exclusive

Avinash Sonawane requested to merge gh-ade8c82f/172/rootkea/valgrind into master
  1. Valgrind and Address Sanitizer are mutually exclusive
  2. Valgrind and Memory Sanitizer are mutually exclusive
  3. Valgrind and Thread Sanitizer are mutually exclusive

./configure --enable-valgrind-tests --enable-fsanitize-ubsan && make check though takes a little bit more time than usual it works as expected passing all tests successfully.

Merge request reports