aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc12
1 files changed, 12 insertions, 0 deletions
diff --git a/emcc b/emcc
index b1c4a8a9..64279823 100755
--- a/emcc
+++ b/emcc
@@ -159,6 +159,18 @@ Options that are modified or new in %s include:
-s OPTION=VALUE JavaScript code generation option passed
into the emscripten compiler. For the
available options, see src/settings.js
+ Note that for options that are lists, you
+ need quotation marks in most shells, for
+ example
+
+ -s RUNTIME_LINKED_LIBS="['liblib.so']"
+
+ or
+
+ -s "RUNTIME_LINKED_LIBS=['liblib.so']"
+
+ (without the external "s in either of those,
+ you would get an error)
--typed-arrays <mode> 0: No typed arrays
1: Parallel typed arrays