On 02/15/2014 01:36 AM, hasufell wrote: > https://bugs.gentoo.org/show_bug.cgi?id=497532 >
Is there a good reason to set CMAKE_BUILD_TYPE="RelWithDebInfo" at all? Changing the build type is not generally recommended, and may cause other flags to be set automatically. If you are using the default build type, adding "debug" to IUSE will cause cmake-utils to automagically handle it.
