[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Enable debugging by default for CMake?
From: |
Ludovic Courtès |
Subject: |
Re: Enable debugging by default for CMake? |
Date: |
Sat, 04 Oct 2014 23:30:24 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> 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?
Yes, done in commit 9849cfc. (This triggers a rebuild of all the
packages that use ‘cmake-build-system’.)
Ludo’.