Skip to content

Commit

Permalink
Add -Wno-interference-size flag for GNUC
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Jul 21, 2024
1 parent a6e3d41 commit 906abe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

option(DISABLE_PANIC_DEV "Make a build with fewer and less intrusive asserts" ON)
Expand Down

0 comments on commit 906abe0

Please sign in to comment.