diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-30 11:43:52 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-07 14:23:20 -0800 |
commit | 48447d1ecebc340fb084da663d037afa12493542 (patch) | |
tree | 55c47c472b7f2394e2e5af7cf7de09b5d737b5c4 | |
parent | 3c642441a9cc0082d2e6f9ec412f43d0286f93b9 (diff) |
typo
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1185,7 +1185,7 @@ try: if DEBUG: print >> sys.stderr, 'emcc: running closure' final = shared.Building.closure_compiler(final) if DEBUG: save_intermediate('closure') - elif shared.settings.ASM_JS and shared.settings.RELOOP: + elif shared.Settings.ASM_JS and shared.Settings.RELOOP: js_optimizer_queue += ['registerizeAsm'] # we can't use closure in asm, but this does much of the same if opt_level >= 1: |