diff --git a/CMakeLists.txt b/CMakeLists.txt index 831ad8fc..ddd20e94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ else() endif() if(ASAN) - add_compile_options(-fsanitize=address) + add_compile_options(-fsanitize=address -Wno-error=maybe-uninitialized) add_link_options(-fsanitize=address) endif()