We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69be26 commit 074bea7Copy full SHA for 074bea7
CMakeLists.txt
@@ -39,7 +39,7 @@ set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -ffast-math -DNDEBUG -fno-omit-frame-poi
39
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -ffast-math -DNDEBUG")
40
41
if(NOT APPLE)
42
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -Werror -Wno-deprecated-declarations")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -Werror")
43
endif()
44
45
0 commit comments