From a0e5e36bd53ab0bc49d7127c22effa5732b09033 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 28 May 2017 20:11:44 +1000 Subject: [PATCH] looks like 32-bit release builds need /bigobj as well (nw) --- scripts/genie.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index fd1e50e5f82..27c6819d1b5 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -465,6 +465,9 @@ flags { } configuration { "vs*" } + buildoptions { + "/bigobj", + } flags { "NoPCH", "ExtraWarnings", @@ -482,9 +485,6 @@ configuration { "Debug", "vs*" } "Symbols", "NoIncrementalLink", } - buildoptions { - "/bigobj", - } configuration { "Release", "vs*" } flags {