diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-05-27 11:26:40 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-05-27 11:26:40 -0700 |
commit | d46e9600bcf9416d37a2b4189ca5dd3d0546bf54 (patch) | |
tree | c5a58b20995bf936b7b24d069e06121f29d32b06 /emcc | |
parent | 807e419d4a73a4b7b6f60bc9e2bf770924c3442d (diff) |
set MAX_SETJMPS to fastcomp; 1.18.41.18.4
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1269,7 +1269,6 @@ try: assert shared.Settings.TARGET_ASMJS_UNKNOWN_EMSCRIPTEN == 1, 'fastcomp requires asmjs-unknown-emscripten' assert shared.Settings.USE_TYPED_ARRAYS == 2, 'fastcomp assumes ta2' assert not split_js_file, '--split-js is deprecated and not supported in fastcomp' - assert shared.Settings.MAX_SETJMPS == 20, 'changing MAX_SETJMPS is not supported in fastcomp yet' assert shared.Settings.INIT_HEAP == 0, 'HEAP_INIT is not supported in fastcomp (and should never be needed except for debugging)' assert not shared.Settings.RUNTIME_TYPE_INFO, 'RUNTIME_TYPE_INFO is not supported in fastcomp' assert not shared.Settings.CORRUPTION_CHECK, 'CORRUPTION_CHECK is not supported in asm.js mode, which is what fastcomp can emit (you can use non-asm.js mode in non-fastcomp)' |