add /bigobj

This commit is contained in:
sla-ppy 2024-02-07 16:06:19 +01:00
parent e72c217e63
commit 1c575ff1bc

View File

@ -141,6 +141,7 @@ endif(UNIX)
if (WIN32)
add_compile_options("-D_WIN32_WINNT=0x0601")
add_compile_options("/bigobj")
endif(WIN32)