summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua6
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 {