mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-01-30 20:23:15 +08:00
build: add /bigobj to MSVC build (#11407)
This commit is contained in:
parent
6e264a905b
commit
ca6baf76c1
@ -50,6 +50,7 @@ endif()
|
|||||||
if (MSVC)
|
if (MSVC)
|
||||||
add_compile_options("$<$<COMPILE_LANGUAGE:C>:/utf-8>")
|
add_compile_options("$<$<COMPILE_LANGUAGE:C>:/utf-8>")
|
||||||
add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:/utf-8>")
|
add_compile_options("$<$<COMPILE_LANGUAGE:CXX>:/utf-8>")
|
||||||
|
add_compile_options(/bigobj)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user