linux.cf: disable stripping of installed binaries
authorJon Trulson <jon@radscan.com>
Fri, 1 Jun 2018 19:53:41 +0000 (13:53 -0600)
committerJon Trulson <jon@radscan.com>
Fri, 1 Jun 2018 21:40:50 +0000 (15:40 -0600)
The build system should not generally strip binaries - that's up to
the packaging systems (for creating 'release' vs. 'debug' packages for
example).

cde/config/cf/linux.cf

index 2a375a63a69edc73d8ecc4c680c5d1c626ce9c51..a5d5c93721625f22bcf09c19c470c71317c77732 100644 (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