diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-09 11:52:02 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-09 11:52:02 -0800 |
commit | 9faadeb8a446584864ff04111e9a1d1695d8f458 (patch) | |
tree | 3369113a2f965ab3fbb7bb0b57e397fb66cbbb4b /emcc | |
parent | 6cdd7405376a72a47889e0b3d325f908951680b1 (diff) |
enable legacy gl emulation in fastcomp
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1201,7 +1201,6 @@ try: assert shared.Settings.RESERVED_FUNCTION_POINTERS == 0, 'reserved function pointers not supported in fastcomp' assert shared.Settings.ASM_HEAP_LOG == 0, 'asm heap log not supported in fastcomp' assert shared.Settings.LABEL_DEBUG == 0, 'label debug not supported in fastcomp' - assert shared.Settings.LEGACY_GL_EMULATION == 0, 'legacy gl emulation not supported in fastcomp' assert shared.Settings.EXECUTION_TIMEOUT == -1, 'execution timeout not supported in fastcomp' assert shared.Settings.NAMED_GLOBALS == 0, 'named globals not supported in fastcomp' assert shared.Settings.PGO == 0, 'pgo not supported in fastcomp' |