diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-19 10:40:11 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-19 11:21:51 -0700 |
commit | 8dc4fc973b3a938dadad13273196cd857b90030e (patch) | |
tree | 17bdffdb8f1a6c3f5b9ecd00044a0181e606e6a2 /tools | |
parent | 6193fdf46332be94e4d390c4f9e34e4980a087bf (diff) |
enable ASM_JS=1 in -O1+, and start to update testing
Diffstat (limited to 'tools')
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py index eedb2e8b..d2891943 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -564,6 +564,7 @@ class Settings: @classmethod def apply_opt_level(self, opt_level, noisy=False): if opt_level >= 1: + Settings.ASM_JS = 1 Settings.ASSERTIONS = 0 Settings.DISABLE_EXCEPTION_CATCHING = 1 Settings.EMIT_GENERATED_FUNCTIONS = 1 |