I am following some Linux instructions on OS X and am stuck on one line:
strip -N main my_file.o
The OS X version of strip
doesn't have an -N
option and I've read through the man page twice but am just not sure how to do this.
So how do I strip a single name from the symbol table on OS X?