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