Anders Ekberg wrote: >> (most notably --enable-optimization=-O2 --disable-debug >> are good for non debuging purposes). >> >> pavel > > Could something like this work?
looks good, except the --enable-optimization=-Os part. firstly O2 is better imho, secondly you already request O2 by calling --enable-build-type=rel and maybe some other switches too. i can commit it if there are no objection from other mac people around. pavel