Terry Welsh writes:

> Is there any formal support for compiling on linux with -pg and using
> gprof?  I can only find support from before the cmake days.

I think there is not any, but it should not be complicated. Just a
matter of calling

cmake -DCMAKE_CXX_FLAGS=-pg -DCMAKE_EXE_LINKER_FLAGS=-pg 
-DCMAKE_SHARED_LINKER_FLAGS=-pg

-- 
Alberto

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to