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 <[EMAIL PROTECTED]> 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 > [EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/ > GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ > > >