aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-05-21 20:24:20 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-05-21 20:24:20 -0700
commit0d4f492e4dc3d02484028e6428c55fab978c7a8b (patch)
tree0bcb21688870312e68ef45576d4918f9e3e9c9f2 /emcc
parentd5e550b1763ef2e3f4e6fbfc609784a3c75adecf (diff)
remove warning
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 0 insertions, 2 deletions
diff --git a/emcc b/emcc
index 0ee117ca..acb59143 100755
--- a/emcc
+++ b/emcc
@@ -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