Gentoo Archives: gentoo-science

From: Denis Dupeyron <calchan@g.o>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] Sage build failure (off-topic?)
Date: Mon, 01 Mar 2010 18:09:11
Message-Id: 7c612fc61003011008y3a58b017t6de9e8dfeb4b64eb@mail.gmail.com
In Reply to: Re: [gentoo-science] Sage build failure (off-topic?) by Peter Gantner
1 On Mon, Mar 1, 2010 at 10:50 AM, Peter Gantner
2 <peter.gantner@××××××××××××.at> wrote:
3 >   CFLAGS="-O2 -march=nocona -mtune=native -pipe -w -fomit-frame-pointer
4 > -momit-leaf-frame-pointer"
5
6 Just a quick note. You don't need -momit-leaf-frame-pointer when you
7 have -fomit-frame-pointer. The latter does what the former does and
8 more. It's almost certainly not what's causing your problem though.
9
10 Denis.