automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Force -O0 flags, inhibit the default -O2 flags


From: Brian
Subject: Re: Force -O0 flags, inhibit the default -O2 flags
Date: Thu, 29 Sep 2005 09:31:46 -0600

I've been watching, but I still haven't seen an easy autosolution for simply
having a few of my files not be optimized. It saves me 45 minutes..i've
resorted to not optimizing the entire package on the mac mini but that's
ridiculous. This isn't a matter of me providing flags really..i'd be happy
if there just weren't any there.

Brian

On 9/29/05, Bob Friesenhahn <address@hidden> wrote:
>
> On Thu, 29 Sep 2005, Harald Dunkel wrote:
> >
> > Sorry, but you missed one point: Autconf/automake _should_ provide
> > default build flags, but with a lower priority then the flags set
> > by the developer. It should be possible for a developer to set in
> > his Makefile.am <http://Makefile.am>
> >
> > AM_CXXFLAGS = -Wall
>
> In case things were somehow not clear, Automake does not provide any
> flag options at all. Non-portable options have no business being
> hard-coded in a Makefile. Automake only creates Makefiles which are
> formed via simple text substitution. ALL FLAG OPTIONS COME FROM
> *YOUR* CONFIGURE SCRIPT.
>
> Bob
> ======================================
> Bob Friesenhahn
> address@hidden, http://www.simplesystems.org/users/bfriesen/
> GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
>
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]