]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
build: add /bigobj to MSVC build (#11407)
authorJeff Bolz <redacted>
Sat, 25 Jan 2025 17:26:37 +0000 (11:26 -0600)
committerGitHub <redacted>
Sat, 25 Jan 2025 17:26:37 +0000 (11:26 -0600)
CMakeLists.txt

index 7e41a44d2c9bc471e77d1c45426fccc310f527f9..e7f520582d53f8b42822bc48dee32ecb115e8790 100644 (file)
@@ -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()
 
 #