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 e6937f6 commit c1deea9Copy full SHA for c1deea9
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