We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c64244 commit 48447d1Copy full SHA for 48447d1
1 file changed
emcc
@@ -1185,7 +1185,7 @@ try:
1185
if DEBUG: print >> sys.stderr, 'emcc: running closure'
1186
final = shared.Building.closure_compiler(final)
1187
if DEBUG: save_intermediate('closure')
1188
- elif shared.settings.ASM_JS and shared.settings.RELOOP:
+ elif shared.Settings.ASM_JS and shared.Settings.RELOOP:
1189
js_optimizer_queue += ['registerizeAsm'] # we can't use closure in asm, but this does much of the same
1190
1191
if opt_level >= 1:
0 commit comments