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