We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9726a8b commit 2b8dd4eCopy full SHA for 2b8dd4e
1 file changed
CMakeLists.txt
@@ -20,7 +20,7 @@ if (NOT ALLOW_WARNINGS)
20
if (MSVC)
21
add_compile_options(/WX)
22
else()
23
- add_compile_options(-Werror)
+ add_compile_options(-Wall -Werror)
24
endif()
25
26
0 commit comments