This commit is contained in:
wheremyfoodat 2024-07-21 21:48:24 +03:00
commit a93f4d4c64

View file

@ -25,7 +25,7 @@ if(APPLE)
endif()
if(NOT CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-format-nonliteral -Wno-format-security")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-format-nonliteral -Wno-format-security -Wno-interference-size")
endif()
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")