1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

Build with debug symbols enabled.

This commit is contained in:
Marc Balmer 2012-08-09 07:03:46 +02:00 committed by Jon Trulson
parent bb21797684
commit 24c0f2010c

View file

@ -85,8 +85,8 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
#define NeedWidePrototypes NO #define NeedWidePrototypes NO
#define SetTtyGroup YES #define SetTtyGroup YES
#define CcCmd gcc -pipe #define CcCmd gcc -g -pipe
#define CplusplusCmd g++ -pipe -fpermissive #define CplusplusCmd g++ -g -pipe -fpermissive
#define AsCmd as #define AsCmd as
#define LdCmd ld #define LdCmd ld