Revert "Disable pre-compiled headers on Emscripten for now, fixes build (nw)"

This reverts commit a8a9b4158a.
This commit is contained in:
Justin Kerk 2016-01-08 15:18:08 +00:00
parent 6e47d71b83
commit 1e61410aa8

View File

@ -477,11 +477,6 @@ configuration { "Release", "vs*" }
"Optimize",
}
configuration { "asmjs" }
flags {
"NoPCH",
}
configuration {}
msgcompile ("Compiling $(subst ../,,$<)...")