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
#define AvoidNullMakeCommand YES
#define StripInstalledPrograms YES
#define StripInstalledPrograms NO
#define CompressAllFonts YES
#define Malloc0ReturnsNull YES
#define NeedConstPrototypes YES