ibara / oksh

Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
361 stars 38 forks source link

Make stripping of executables optional #62

Closed sham1 closed 3 years ago

sham1 commented 3 years ago

Some operating systems and distributions, like Fedora, use the debug information of the installed executables to generate packages that may be used by the user and the distribution packages to debug problems with the installation.

This patch makes it so that a builder may optionally disable the stripping of executables at ./configure-time.

ibara commented 3 years ago

Hi. Thanks for this. A couple of things in review and then we should be good to go.