From kde-commits Tue Oct 16 07:39:08 2007 From: Laurent Montel Date: Tue, 16 Oct 2007 07:39:08 +0000 To: kde-commits Subject: KDE/kdelibs Message-Id: <1192520348.547226.3444.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=119252037327907 SVN commit 725803 by mlaurent: Update with new build system M +2 -2 DEBUG --- trunk/KDE/kdelibs/DEBUG #725802:725803 @@ -8,12 +8,12 @@ Configuring for debugging ========================= -You can use --enable-debug with the configure script, if you want to have +You can use -DCMAKE_BUILD_TYPE=Debug with the configure script, if you want to have debug code in your KDE libs. If you have the space and can stand code that's somewhat slower, this is worth it. The extra information really helps debugging and thus bugfixing. -On the other hand, --disable-debug removes all debug messages, leading +On the other hand, -DCMAKE_BUILD_TYPE=None removes all debug messages, leading to a faster and cleaner desktop.