Did you try to strip your generated binary?

The command is just: 

Code:
strip programfile


in the commandline.

If you're building dynamic you might strip the generated libs too. I'm not sure 
if you can still dynamically link against stripped dynamic libs though. So keep 
the original lib around. But it is worth a try.

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=51200#51200





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to