[pypy-commit] pypy default: Backout 3b95bf4a907e. No significans

Stian Andreassen noreply at buildbot.pypy.org
Sat Dec 15 19:57:06 CET 2012


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 = ()


More information about the pypy-commit mailing list