Explorar o código

build: add /bigobj to MSVC build (#11407)

Jeff Bolz hai 11 meses
pai
achega
ca6baf76c1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -50,6 +50,7 @@ endif()
 if (MSVC)
     add_compile_options("$<$<COMPILE_LANGUAGE:C>:/utf-8>")
     add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:/utf-8>")
+    add_compile_options(/bigobj)
 endif()
 
 #