We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5206e88 commit b88e286Copy full SHA for b88e286
CMakeLists.txt
@@ -37,7 +37,7 @@ elseif(WIN32)
37
# /O2 and /O2b not supported, use /O1 /Ob1 by now until we
38
# can find why string_function is an non-NULL invalid pointer
39
set(CMAKE_C_FLAGS_RELEASE "/O1")
40
- set(CMAKE_CXX_FLAGS_RELEASE "O1")
+ set(CMAKE_CXX_FLAGS_RELEASE "/O1")
41
endif()
42
43
# Default build type
0 commit comments