aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-16 10:56:36 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-16 10:56:36 -0800
commitac78c51c1b9a4b396e28be25b46001672bfae8e5 (patch)
treeb6ed9fe767f5376e58d0158907077433e31f7949 /emcc
parent27b3e73124929a6c7ad6d3f2dbe8cf2dd9d6d0ce (diff)
mention that we use closure advanced opts
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index e4def1cc..a1db0e36 100755
--- a/emcc
+++ b/emcc
@@ -116,7 +116,7 @@ Options that are modified or new in %s include:
C++ exception catching, use
-s DISABLE_EXCEPTION_CATCHING=0 )
-O2 As -O1, plus the relooper (loop recreation),
- plus closure compiler
+ plus closure compiler advanced opts
Warning: Compiling with this takes a long time!
-O3 As -O2, plus dangerous optimizations that may
break the generated code! If that happens, try