aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-30 11:43:52 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-12-07 14:23:20 -0800
commit48447d1ecebc340fb084da663d037afa12493542 (patch)
tree55c47c472b7f2394e2e5af7cf7de09b5d737b5c4
parent3c642441a9cc0082d2e6f9ec412f43d0286f93b9 (diff)
typo
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index fce02ef2..704f0adb 100755
--- a/emcc
+++ b/emcc
@@ -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: