Skip to content

Commit

Permalink
build: add /bigobj to MSVC build (ggerganov#11407)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbolznv authored Jan 25, 2025
1 parent 6e264a9 commit ca6baf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

#
Expand Down

0 comments on commit ca6baf7

Please sign in to comment.