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 c919288 commit 9441885Copy full SHA for 9441885
CMakeLists.txt
@@ -8,7 +8,7 @@ if (APPLE)
8
endif ()
9
10
if (MSVC)
11
- add_compile_options("/Zi" "/W4")
+ add_compile_options("/Zi")
12
add_link_options("/DEBUG:FULL")
13
14
0 commit comments