From 4fe94a9d717b97bc183d6bf5c77c9419904100bc Mon Sep 17 00:00:00 2001 From: andy5995 Date: Fri, 5 Oct 2018 00:11:04 -0500 Subject: [PATCH] NOTES:add info about stripping [skip ci] --- packaging/NOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/NOTES b/packaging/NOTES index 9882df003..47ef4bc2f 100644 --- a/packaging/NOTES +++ b/packaging/NOTES @@ -34,3 +34,8 @@ make -j? (where ? is the number of CPU cores) make install DESTDIR=$PWD/install-test +When packaging, binaries must be STRIPPED of debug symbols. +This is probably done automatically simply by changing the cmake build type to release. + +For the slackbuild, the strip command is in the script. +