diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 52fc64711..e67b76828 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -128,6 +128,7 @@ else() # GCC may warn when it ignores attributes like maybe_unused, # which is a problem for older versions (e.g. GCC 11). add_compile_options("-Wno-attributes") + add_compile_options("-Wno-interference-size") endif() if (MINGW)