Skip to content

Commit

Permalink
Revert "Update CMakeLists.txt"
Browse files Browse the repository at this point in the history
This reverts commit 0e3f042.
  • Loading branch information
RTnhN committed Feb 22, 2024
1 parent 65ab7b1 commit b2efe28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,6 @@ if(${CMAKE_CXX_COMPILER_ID} MATCHES "GNU" OR
NOT (${CMAKE_CXX_COMPILER_VERSION} VERSION_LESS "5.0.0"))
add_compile_options(-Wno-unused-local-typedefs)
endif()
# There are so many warnings about using GCC > 7.1. It should be mostly
# harmless, so we can disable it.
add_compile_options(-Wno-psabi)
endif()

## When building in any of the Release modes, tell VC++ cl compiler to use intrinsics
Expand Down

0 comments on commit b2efe28

Please sign in to comment.