Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!helios.ee.lbl.gov!pasteur!ucbvax!relay.nswc.navy.mil!mberger From: mberger@relay.nswc.navy.mil Newsgroups: comp.sys.sgi Subject: Re: executable size Message-ID: <9002271111.aa25411@SMOKE.BRL.MIL> Date: 27 Feb 90 16:13:29 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 2 You can use the "strip" command which removes the symbol table and relocation bits. Using strip can reduce our executables by about a third.