diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-11 12:50:48 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-11 14:54:58 -0800 |
commit | bab81550d5c096a9ef6b1a7648c89b4731327665 (patch) | |
tree | f0d5df323e3bd26026ce244563aba4100eac335c /tools/shared.py | |
parent | 62553739259e76bb0974be8dfc72fd85bb2aa8d0 (diff) |
keep i64 mode 1 in -O3, it is no longer slow, in fact it is faster now
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 d830627c..b5ae1ae1 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -333,7 +333,6 @@ class Settings: Settings.CORRECT_SIGNS = 0 Settings.CORRECT_OVERFLOWS = 0 Settings.CORRECT_ROUNDINGS = 0 - Settings.I64_MODE = 0 Settings.DOUBLE_MODE = 0 if noisy: print >> sys.stderr, 'Warning: Applying some potentially unsafe optimizations! (Use -O2 if this fails.)' |