Skip to content

Commit 999cf19

Browse files
jeffbolznvmglambda
authored andcommitted
build: add /bigobj to MSVC build (ggml-org#11407)
1 parent 5da2986 commit 999cf19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ endif()
5050
if (MSVC)
5151
add_compile_options("$<$<COMPILE_LANGUAGE:C>:/utf-8>")
5252
add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:/utf-8>")
53+
add_compile_options(/bigobj)
5354
endif()
5455

5556
#

0 commit comments

Comments
 (0)