Skip to content

Commit 9441885

Browse files
committed
Remove warning flag
1 parent c919288 commit 9441885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (APPLE)
88
endif ()
99

1010
if (MSVC)
11-
add_compile_options("/Zi" "/W4")
11+
add_compile_options("/Zi")
1212
add_link_options("/DEBUG:FULL")
1313
endif ()
1414

0 commit comments

Comments
 (0)