diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-26 11:47:20 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-26 11:47:20 -0700 |
commit | deacdfa1297cb3bbbb8aedb439f52aae11571630 (patch) | |
tree | 96b9467c0c51f87e6322a9a9d810699f4b02a7a9 | |
parent | b54c74693af827f27dc490d8b1e7f46f82ac1167 (diff) |
remove incorrect comment
-rwxr-xr-x | emcc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) |