diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-02 13:20:20 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-02 13:20:20 -0700 |
commit | d061071c37db687389e2f8aad64741d1ce9a2ad0 (patch) | |
tree | 9d075504e06bb0bbc539b96aa4b2b39251408604 /tools/shared.py | |
parent | 1823aaf13bfbbc3cbbe6c8dc9ff153361f0bcf4a (diff) |
only include i64 precise code if it will actually be used
Diffstat (limited to 'tools/shared.py')
-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 4e5f3d6a..17887afe 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -344,6 +344,7 @@ class Settings: Settings.CORRECT_OVERFLOWS = 0 Settings.CORRECT_ROUNDINGS = 0 Settings.DOUBLE_MODE = 0 + Settings.PRECISE_I64_MATH = 0 if noisy: print >> sys.stderr, 'Warning: Applying some potentially unsafe optimizations! (Use -O2 if this fails.)' global Settings |