diff options
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |