Author: Stian Andreassen
Branch: 
Changeset: r59448:78309907a0e7
Date: 2012-12-15 19:56 +0100
http://bitbucket.org/pypy/pypy/changeset/78309907a0e7/

Log:    Backout 3b95bf4a907e. No significans

diff --git a/pypy/translator/platform/linux.py 
b/pypy/translator/platform/linux.py
--- a/pypy/translator/platform/linux.py
+++ b/pypy/translator/platform/linux.py
@@ -14,7 +14,6 @@
     extra_libs = ('-lrt',)
     cflags = tuple(
              ['-O3', '-pthread', '-fomit-frame-pointer',
-              '-fgcse-sm', '-fgcse-las', '-fmodulo-sched', 
'-fmodulo-sched-allow-regmoves', '-fmerge-all-constants',
               '-Wall', '-Wno-unused']
              + os.environ.get('CFLAGS', '').split())
     standalone_only = ()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to