diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-05-21 20:24:20 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-05-21 20:24:20 -0700 |
commit | 0d4f492e4dc3d02484028e6428c55fab978c7a8b (patch) | |
tree | 0bcb21688870312e68ef45576d4918f9e3e9c9f2 /emcc | |
parent | d5e550b1763ef2e3f4e6fbfc609784a3c75adecf (diff) |
remove warning
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1022,8 +1022,6 @@ try: logging.warning('disabling closure because debug info was requested') closure = False - if jcache and not keep_js_debug: print >> sys.stderr, 'emcc: warning: it is recommended to run jcache with -g when compiling bitcode to JS' - if minify_whitespace is None: minify_whitespace = opt_level >= 2 and not keep_js_debug |