From: | Todd Montgomery <tmont@****.WVU.EDU> |
---|---|
Subject: | STRIP |
Date: | Tue, 20 Jul 1993 23:15:11 -0400 |
All references to STRIP are to Unix STRIP.
Rob I hate to burst your bubble on STRIP, but I must. Strip takes
the object file that is generated when a program is compiled
with I believe in K&R C the -g option, and removes the added symbol
table junk that is used for debugging. So really you are not saving
any space if the program is already completed and no debugging is
to be done. You can produce the same code (VERY close at any rate)
without including the option when invoking the compiler. The
added symbol table stuff is just used to debug. And some stripped
files will work across different platforms.
-- Quiktek
-- Todd Montgomery
tmont@****.wvu.edu
tmont@***.wvu.edu
un032507@*******.wvnet.edu