aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemcc3
1 files changed, 2 insertions, 1 deletions
diff --git a/emcc b/emcc
index 461a12d7..c332b05b 100755
--- a/emcc
+++ b/emcc
@@ -149,7 +149,8 @@ Options that are modified or new in %s include:
-O2 and then adding dangerous optimizations one
by one.
-s OPTION=VALUE JavaScript code generation option passed
- into the emscripten compiler
+ into the emscripten compiler. For the
+ available options, see src/settings.js
--typed-arrays <mode> 0: No typed arrays
1: Parallel typed arrays
2: Shared (C-like) typed arrays (default)