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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user