Gentoo Archives: gentoo-dev

From: Michael Palimaka <kensington@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [PATCH] mysql-cmake.eclass respect flags wrt #497532
Date: Fri, 14 Feb 2014 15:06:54
Message-Id: ldlbd3$vs3$1@ger.gmane.org
In Reply to: [gentoo-dev] [PATCH] mysql-cmake.eclass respect flags wrt #497532 by hasufell
1 On 02/15/2014 01:36 AM, hasufell wrote:
2 > https://bugs.gentoo.org/show_bug.cgi?id=497532
3 >
4
5 Is there a good reason to set CMAKE_BUILD_TYPE="RelWithDebInfo" at all?
6 Changing the build type is not generally recommended, and may cause
7 other flags to be set automatically.
8
9 If you are using the default build type, adding "debug" to IUSE will
10 cause cmake-utils to automagically handle it.

Replies