diff options
| author | 2016-01-07 23:22:20 +0000 | |
|---|---|---|
| committer | 2016-01-07 23:22:20 +0000 | |
| commit | a8a9b4158ad71a3145a1f5bc477fcd82ac5814e6 (patch) | |
| tree | a3493c7b49ce28300fbfe92882fa7ad3c7ba71ab /scripts | |
| parent | eb15c00ee407929b6f1f7fcf79958779cfdb58fc (diff) | |
Disable pre-compiled headers on Emscripten for now, fixes build (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/genie.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 377116aae47..3ab56083dea 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -477,6 +477,11 @@ configuration { "Release", "vs*" } "Optimize", } +configuration { "asmjs" } + flags { + "NoPCH", + } + configuration {} msgcompile ("Compiling $(subst ../,,$<)...") |
