aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemcc5
1 files changed, 0 insertions, 5 deletions
diff --git a/emcc b/emcc
index 0c151575..fb73ef6b 100755
--- a/emcc
+++ b/emcc
@@ -211,11 +211,6 @@ Options that are modified or new in %s include:
slower because JS optimization will be
limited to 1 core. (default in -O0)
- -g2 Like -g1, but we generate source maps as well,
- and we preserve comments even with -O1 and above.
- Note that this may be considerably slower because
- JS optimization is limited to a single core.
-
--typed-arrays <mode> 0: No typed arrays
1: Parallel typed arrays
2: Shared (C-like) typed arrays (default)