mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
Build with debug symbols enabled.
This commit is contained in:
parent
bb21797684
commit
24c0f2010c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue