From 8dc4fc973b3a938dadad13273196cd857b90030e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 19 Apr 2013 10:40:11 -0700 Subject: enable ASM_JS=1 in -O1+, and start to update testing --- tools/shared.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 -- cgit v1.2.3-18-g5258