1
0
Fork 0
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:
Jon Trulson 2018-06-01 13:53:41 -06:00
parent c7a8cfe18c
commit c26dfea26d

View file

@ -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