Source: openscenegraph Version: 2.2.0-1 Severity: wishlist The cmake buildsystem for openscenegraph defaults to a "empty" build target, which doesn't switch on desired optimizations.
One short test with a newly built flightgear showed less than half the framerate as would be achievable otherwise. One possibility would be to include a -D CMAKE_BUILD_TYPE:STRING=RelWithDebInfo option to the calling of cmake. Further tweaking of the flags, like for example -D CMAKE_CXX_FLAGS_RELWITHDEBINFO="-O3 -g" \ -D CMAKE_C_FLAGS_RELWITHDEBINFO="-O3 -g" \ might also be useful. HTH K. Hoercher -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-wb-b (PREEMPT) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]