From 00c10d5800c51cb63a481489b9af9560f099b939 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Sat, 8 Jun 2024 02:56:30 +0300 Subject: [PATCH] use /bigobj in case many templates are used --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 2d4cdb90..e00fdcc9 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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 {