diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-05-16 18:53:24 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-05-16 18:53:24 -0700 |
commit | 5c5cbb7b179e9c04846513895fc17e8a125a186b (patch) | |
tree | 16734319f4e757666090036563f1c720b838f1f0 | |
parent | 2d8b9d40f2a8eac79597c806b44e60778deb02d7 (diff) |
docs
-rwxr-xr-x | emcc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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). |