Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca6baf7

Browse files
authored
build: add /bigobj to MSVC build (ggml-org#11407)
1 parent 6e264a9 commit ca6baf7

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)