Well, then I've been lucky as it works well for me. in fact I've just had a look at what is compiled, and -O2 is added BEFORE allready configured CFLAGS, as gcc man pages states that the last optimization level will be used, wouldn't changing configure to add -O2 at the end of CFLAGS fix this potential break ?
Mike Doty wrote: > On Mon, 2005-04-04 at 12:25 +0200, Pascal BERTIN wrote: > >>Hello, >>I just read in technotes the following sentence : *"NEVER* use -Os in >>your CFLAGS on the AMD64 platform" >> >>In fact I've been running with -Os for a while (I didn't see this note >>).(also having "optimize for size" in my kernels) >> >> >>I haven't had any particular problem, so my question is : >>Am I lucky or is this note oudated ? >> >>and if not, where can I find info about problems I might encounter ? >> > > > It's not old, kde is one of the more major apps known to break with -Os, > for example. > -- [email protected] mailing list
