aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-19 10:40:11 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-19 11:21:51 -0700
commit8dc4fc973b3a938dadad13273196cd857b90030e (patch)
tree17bdffdb8f1a6c3f5b9ecd00044a0181e606e6a2 /emcc
parent6193fdf46332be94e4d390c4f9e34e4980a087bf (diff)
enable ASM_JS=1 in -O1+, and start to update testing
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index e25d9d91..147776ae 100755
--- a/emcc
+++ b/emcc
@@ -163,7 +163,7 @@ Most normal gcc/g++ options will work, for example:
Options that are modified or new in %s include:
-O0 No optimizations (default)
- -O1 Simple optimizations, including LLVM -O1
+ -O1 Simple optimizations, including asm.js, LLVM -O1
optimizations, and no runtime assertions
or C++ exception catching (to re-enable
C++ exception catching, use