RE: how to use -fomit-frame-pointer by default

2013-11-20 Thread BELBACHIR Selim
Thx that's what I was looking for :) I forgot the new gcc/common/config part ... -Message d'origine- De : Joseph Myers [mailto:jos...@codesourcery.com] Envoyé : mercredi 20 novembre 2013 17:41 À : BELBACHIR Selim Cc : gcc@gcc.gnu.org Objet : Re: how to use -fomit-frame-

Re: how to use -fomit-frame-pointer by default

2013-11-20 Thread Joseph S. Myers
On Tue, 19 Nov 2013, BELBACHIR Selim wrote: > I'm migrating my private port from gcc 4.5.2 to gcc 4.7.3. I noticed > that -fomit-frame-pointer was not triggered when using -O1 -O2 or -O3. > Could you indicate me how to modify my port to use -fomit-frame-pointer > by default (as it was in gcc 4.