Skip to content

Commit

Permalink
add /bigobj to WIN32
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzink committed Aug 24, 2023
1 parent 8f54a6b commit 4f46a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ endif()
# Enable usage of the VERSION specifier
if (WIN32)
add_compile_definitions(WIN32_LEAN_AND_MEAN _CRT_SECURE_NO_WARNINGS NOMINMAX)
add_compile_options(/W3 /utf-8)
add_compile_options(/W3 /utf-8 /bigobj)
endif()

if (NOT PORTABLE)
Expand Down

0 comments on commit 4f46a37

Please sign in to comment.