aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-06-26 11:47:20 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-06-26 11:47:20 -0700
commitdeacdfa1297cb3bbbb8aedb439f52aae11571630 (patch)
tree96b9467c0c51f87e6322a9a9d810699f4b02a7a9
parentb54c74693af827f27dc490d8b1e7f46f82ac1167 (diff)
remove incorrect comment
-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)