mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-27 12:05:03 +00:00
build: add /bigobj to MSVC build (#11407)
This commit is contained in:
@ -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()
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user