aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-03-03 12:49:06 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-03-03 12:49:06 -0800
commit1ee2b439f4265d5717a6450e1b26711f0ea85bb6 (patch)
treeef3789e30e9c556bbaa3b51d48fc2eab834c7663 /emcc
parent2f0b24bad56feda4369f6f5cff09c47a6126af9a (diff)
remove ASM_JS warning and add check for exception catching being off in it, the last remaining issue for it
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc3
1 files changed, 0 insertions, 3 deletions
diff --git a/emcc b/emcc
index 30074540..b3581ea8 100755
--- a/emcc
+++ b/emcc
@@ -1268,9 +1268,6 @@ try:
execute(shlex.split(js_transform, posix=posix) + [os.path.abspath(final)])
if DEBUG: save_intermediate('transformed')
- if shared.Settings.ASM_JS: # XXX temporary wrapping for testing purposes
- print >> sys.stderr, 'emcc: ASM_JS mode is highly experimental, and will not work on most codebases yet. It is NOT recommended that you try this yet.'
-
# It is useful to run several js optimizer passes together, to save on unneeded unparsing/reparsing
js_optimizer_queue = []
def flush_js_optimizer_queue():