diff --git a/CMakeLists.txt b/CMakeLists.txt index 286244bbb7d9b2ac065c3e3fbe96f7dc5115cbfa..65fe267fabdac293c5206632db5e49a21b775ff5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,6 @@ endif() target_compile_features(${module_name} PRIVATE cxx_std_14) - if (DOSANITIZE STREQUAL "ON") set(SANITIZE_FLAGS -fsanitize=address,leak,undefined,float-divide-by-zero -fno-omit-frame-pointer) else()