aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-19 11:09:22 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-19 11:21:51 -0700
commit1d1924ccc9d32513c2b0fa7f10444371472ebc89 (patch)
treed3d3bc9127923508f78d78f5213ec71ea6b0d2e7 /emcc
parentf173cd3457a8ed0689662afd7008b6c906a983c2 (diff)
update tests
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