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 6e264a9 commit ca6baf7Copy full SHA for ca6baf7
CMakeLists.txt
@@ -50,6 +50,7 @@ endif()
50
if (MSVC)
51
add_compile_options("$<$<COMPILE_LANGUAGE:C>:/utf-8>")
52
add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:/utf-8>")
53
+ add_compile_options(/bigobj)
54
endif()
55
56
#
0 commit comments