use /bigobj in case many templates are used

This commit is contained in:
otavepto 2024-06-08 02:56:30 +03:00
parent 8c3815b9af
commit 00c10d5800

View File

@ -499,7 +499,7 @@ filter { "configurations:*release", }
-- Visual Studio common compiler/linker options
filter { "action:vs*", }
buildoptions {
"/permissive-", "/DYNAMICBASE",
"/permissive-", "/DYNAMICBASE", "/bigobj",
"/utf-8", "/Zc:char8_t-", "/EHsc", "/GL-"
}
linkoptions {