We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3d95e commit c3092cfCopy full SHA for c3092cf
CMakeLists.txt
@@ -7,9 +7,9 @@ option(LIBPX_CMD "Whether or not to build the command line program." OFF)
7
option(LIBPX_TUTORIALS "Wether or not to build the tutorials." OFF)
8
9
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
10
- set(px_cxxflags -Wall -Wextra -Werror -Wfatal-errors)
+ set(px_cxxflags -Wall -Wextra)
11
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
12
+ set(px_cxxflags -Wall -Wextra -Wdocumentation)
13
endif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
14
15
if(EMSCRIPTEN)
0 commit comments