diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-15 17:10:22 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-15 17:10:22 -0700 |
commit | 314a0b90f1e0cacd8400dbc994818d3a32fc493c (patch) | |
tree | 2f11dd71d505e48012e7df8e55ce9c10850db140 /emcc | |
parent | 27d1a249622d33ab8aff2814d13569507336873b (diff) |
mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -191,6 +191,7 @@ Options that are modified or new in %s include: -s DOUBLE_MODE=0 -s PRECISE_I64_MATH=0 + -s UTF_STRING_SUPPORT=0 --closure 1 --llvm-lto 1 |