diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-18 15:05:12 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-18 15:07:17 -0700 |
commit | 9642a5128f37371565b53450c8428103b59500f8 (patch) | |
tree | 9b5beeb543dde01f91c6e4bb584a9c43a45b89fc /tools | |
parent | 5685df86fd3a64f5b0e4acfbebab39559b96455d (diff) |
check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT
Diffstat (limited to 'tools')
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index 7fc0421a..81a8e053 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -555,7 +555,6 @@ class Settings: # Aside from these, -O3 also runs closure compiler and llvm lto Settings.DOUBLE_MODE = 0 Settings.PRECISE_I64_MATH = 0 - Settings.UTF_STRING_SUPPORT = 0 if noisy: print >> sys.stderr, 'Warning: Applying some potentially unsafe optimizations! (Use -O2 if this fails.)' global Settings |