aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 672a1a18..57541077 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -413,6 +413,7 @@ 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: