On Fri, Mar 23, 2007 at 11:48:21PM +0100, Peter Kümmel wrote: > Is the something like "configure --enable-final" for the auto tools? > This is what I've "reinvented" for cmake.
What do you mean? Something like --release, perhaps? In this case, I don't think so, but --disable-debug, --disable-stdlib-debug, and --disable-assertions should produce a release ready binary. I think that these are the default for the distributed sources, whereas the --enable counterparts are the default for the svn version. -- Enrico