Skip to content
  • Milian Wolff's avatar
    Explicitly disable sanitizers for debuggees · 927b758b
    Milian Wolff authored
    I often just set CMAKE_CXX_DEBUG_FLAGS to contain
    `-fsanitize=address,undefined` which would then influence the
    observed behavior of the debuggees in test_gdb and lead to
    failed tests.
    
    Instead, explicitly disable the sanitizers to make sure we don't
    run into this corner case.
    927b758b