Hi Mattias, On Tue, Feb 10, 2009 at 6:15 AM, Mathias Fröhlich <[email protected]> wrote: > On Monday 09 February 2009 23:54, Pecoraro, Alexander N wrote: >> On Linux this translated to "-O3 -DNDEBUG" (at least that's what >> cmake-gui says is defined for the CMAKE_CXX_FLAGS_RELEASE variable). > May be I know cmake to little, but the only way to really make sure I got > cmake correct was to set CMAKE_VERBOSE_MAKEFILE=TRUE and see how the build > scripts really call the compiler. > > Robert, > I know that it is a matter of taste if one sets this flag. But may be it will > help people to catch unoptimized builds due to the possible intransparency of > cmakes compile flags handling. So should that be on by default?
Ouch no, I find it occasionally useful to do a verbose build when I want to double check things, but it's so verbose I'd never want it to be the default, even for myself. Once of the nice things about the cmake build is the build itself is clean and informative w.r.t progress, it also makes spotting warnings in the mix far easier as there is no some much extra stuff appearing alongside it. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

