mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
linux.cf: disable stripping of installed binaries
The build system should not generally strip binaries - that's up to the packaging systems (for creating 'release' vs. 'debug' packages for example).
This commit is contained in:
parent
c7a8cfe18c
commit
c26dfea26d
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define AvoidNullMakeCommand YES
|
#define AvoidNullMakeCommand YES
|
||||||
#define StripInstalledPrograms YES
|
#define StripInstalledPrograms NO
|
||||||
#define CompressAllFonts YES
|
#define CompressAllFonts YES
|
||||||
#define Malloc0ReturnsNull YES
|
#define Malloc0ReturnsNull YES
|
||||||
#define NeedConstPrototypes YES
|
#define NeedConstPrototypes YES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue