diff options
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: |