diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-08-25 14:10:09 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-08-25 14:10:09 -0700 |
commit | f35fa61a20a81d0ccbca414a3e4202b21a9c84cb (patch) | |
tree | 6c69d42df283dbdb0d478b4a447cf098b978c0e0 /tools/shared.py | |
parent | c14a675125a6d94d80561e986549280eee5e958d (diff) |
disable precise i32 multiplication even in -O0: too slow
Diffstat (limited to 'tools/shared.py')
-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 57541077..672a1a18 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -413,7 +413,6 @@ class Settings: if opt_level >= 1: Settings.ASSERTIONS = 0 Settings.DISABLE_EXCEPTION_CATCHING = 1 - Settings.PRECISE_I32_MUL = 0 if opt_level >= 2: Settings.RELOOP = 1 if opt_level >= 3: |