aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc1
1 files changed, 0 insertions, 1 deletions
diff --git a/emcc b/emcc
index aaaab53e..5d22129a 100755
--- a/emcc
+++ b/emcc
@@ -1007,7 +1007,6 @@ try:
if bind:
shared.Settings.ASM_JS = 0
print >> sys.stderr, 'emcc: warning: disabling asm.js because it is not compatible with embind yet'
-
if closure:
print >> sys.stderr, 'emcc: warning: disabling closure because it is not compatible with asm.js code generation'
closure = False