I suggest to build CDE with debug symbols on by defaul on Linux.  Space
is not a concern these days, but since we are probably going to a period
of pain with this code, easy debugging for everyone would help to find bugs.

Opinions?

The attached patch would turn debugging smbols on, on Linux that is.
>From 68b8ac11f519bf13e947fda3992e55bb69855e77 Mon Sep 17 00:00:00 2001
From: Marc Balmer <m...@msys.ch>
Date: Thu, 9 Aug 2012 07:03:46 +0200
Subject: [PATCH] iBuild with debug symbols enabled.

---
 cde/config/cf/linux.cf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cde/config/cf/linux.cf b/cde/config/cf/linux.cf
index b0899bd..07edc56 100644
--- a/cde/config/cf/linux.cf
+++ b/cde/config/cf/linux.cf
@@ -85,8 +85,8 @@ XCOMM binutils:  (LinuxBinUtilsMajorVersion)
 #define NeedWidePrototypes     NO
 #define SetTtyGroup            YES
 
-#define CcCmd                  gcc -pipe
-#define CplusplusCmd           g++ -pipe -fpermissive 
+#define CcCmd                  gcc -g -pipe
+#define CplusplusCmd           g++ -g -pipe -fpermissive 
 #define AsCmd                  as
 #define LdCmd                  ld
 
-- 
1.7.2.5

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to