From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Enable debugging by default for CMake? Date: Fri, 3 Oct 2014 22:02:54 +0200 Message-ID: <20141003200254.GA11007@debian> References: <87wq8mzuj4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xa94E-0008M7-66 for guix-devel@gnu.org; Fri, 03 Oct 2014 16:03:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xa946-0001Qh-Of for guix-devel@gnu.org; Fri, 03 Oct 2014 16:03:06 -0400 Content-Disposition: inline In-Reply-To: <87wq8mzuj4.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: Guix-devel On Mon, Sep 29, 2014 at 10:43:27AM +0200, Ludovic Courtès wrote: > Apparently the default for CMake is to compile without -g, unlike what > Autoconf-generated configure does. This is changed by passing > ‘-DCMAKE_BUILD_TYPE=RelWithDebInfo’ as a cmake flags. > Should we make it the default? I think this sounds like a good idea. Do you want to add it? Andreas