From c26dfea26d8ec70a8613e61c109adc5e7a922999 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 1 Jun 2018 13:53:41 -0600 Subject: [PATCH] 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). --- cde/config/cf/linux.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/config/cf/linux.cf b/cde/config/cf/linux.cf index 2a375a63..a5d5c937 100644 --- a/cde/config/cf/linux.cf +++ b/cde/config/cf/linux.cf @@ -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 -- 2.25.1