aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-05-16 18:53:24 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-05-16 18:53:24 -0700
commit5c5cbb7b179e9c04846513895fc17e8a125a186b (patch)
tree16734319f4e757666090036563f1c720b838f1f0
parent2d8b9d40f2a8eac79597c806b44e60778deb02d7 (diff)
docs
-rwxr-xr-xemcc5
1 files changed, 5 insertions, 0 deletions
diff --git a/emcc b/emcc
index 775e2fe4..1ed5fcb6 100755
--- a/emcc
+++ b/emcc
@@ -246,6 +246,11 @@ Options that are modified or new in %s include:
may require some changes to the code. This
is run by default in -O3.
+ In asm.js mode, closure will only be used on the
+ 'shell' code around the compiled code (the
+ compiled code will be processed by the custom
+ asm.js minifier).
+
Note: If closure compiler hits an out-of-memory,
try adjusting JAVA_HEAP_SIZE in the environment
(for example, to 4096m for 4GB).