strip - strip extra information from executable
strip file ...
The strip(1) utility removes any unnecessary information from an executable. It is equivalent to the -s option to c89(1).
File is an executable file.
The strip(1) utility returns an exit status of 0 if it was successful, and >0 if an error occurred.
ar(1)
c89(1)