NOTES:add info about stripping

[skip ci]
This commit is contained in:
andy5995
2018-10-05 00:11:04 -05:00
parent a5127acd1e
commit 4fe94a9d71

View File

@@ -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.