From owner-freebsd-small Mon Jul 3 15:41: 7 2000 Delivered-To: freebsd-small@freebsd.org Received: from mout1.freenet.de (mout1.freenet.de [194.97.50.132]) by hub.freebsd.org (Postfix) with ESMTP id 8442337B639 for ; Mon, 3 Jul 2000 15:41:04 -0700 (PDT) (envelope-from ino-waiting@gmx.net) Received: from [62.104.201.2] (helo=mx1.freenet.de) by mout1.freenet.de with esmtp (Exim 3.14 #3) id 139Eti-0000jF-00 for small@freebsd.org; Tue, 04 Jul 2000 00:41:02 +0200 Received: from [213.6.0.48] (helo=spotteswoode.de) by mx1.freenet.de with smtp (Exim 3.15 #1) id 139Eth-0008GI-00 for small@FreeBSD.ORG; Tue, 04 Jul 2000 00:41:02 +0200 Received: (qmail 20074 invoked by uid 0); 3 Jul 2000 22:41:06 -0000 From: "clemensF" Date: Tue, 4 Jul 2000 00:41:06 +0200 To: Albert Yang Cc: small@FreeBSD.ORG Subject: Re: 'more' has gone from the 5.x/4.x sources. more is less Message-ID: <20000704004106.J8091@spotteswoode.de> References: <20000701163515.B2189@spotteswoode.de> <200007011531.RAA58118@info.iet.unipi.it> <395DAFB5.22179.11EFF1@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <395DAFB5.22179.11EFF1@localhost>; from albert@achtung.com on Sat, Jul 01, 2000 at 08:45:41AM -0700 Organization: private X-PGP-ID: 0xD4685B88-4894C483/DH X-PGP-FPR: 0FAE 5F53 CEB9 49DE 9300 3035 D468 5B88 4894 C483 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Albert Yang: > Question, I know after I gcc something, I can run a program in linux > called "strip" and it strips out all the debug stuff and makes the .o > code smaller. I assume this isn't a linux thing, but works on BSD as > well? Has anybody tried that? From my understanding, it strips all > debug information. Anyone? it strips off the symbol table, which is needed for orientation in de- bugging. almost every compiler-suit supplies a utility for this. clemens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message