diff options
author | 2017-05-28 20:11:44 +1000 | |
---|---|---|
committer | 2017-05-28 20:11:44 +1000 | |
commit | a0e5e36bd53ab0bc49d7127c22effa5732b09033 (patch) | |
tree | f6377e7e427c42f5e843b6f5bed53d4932b9d714 /scripts/genie.lua | |
parent | e89266190500b5a0ec15a4c3e82b056996a80f82 (diff) |
looks like 32-bit release builds need /bigobj as well (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 6 |
1 files 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 { |