Skip site navigation (1)Skip section navigation (2)
Date:      04 Mar 2003 14:55:32 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Christer Gundersen <dtun3z@online.no>
Cc:        Franz Klammer <klammer@webonaut.com>, gnome freebsd <freebsd-gnome@FreeBSD.ORG>
Subject:   Re: Debugging Symbols
Message-ID:  <1046807732.310.30.camel@gyros>
In-Reply-To: <1046807161.344.10.camel@funshine.carebears.net>
References:  <20030304184610.GA52290@martin.kdrache.org> <1046804681.1397.8.camel@ds9.webonaut.com> <1046807161.344.10.camel@funshine.carebears.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-HUtXQNrzEATh7beJuZu0
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Tue, 2003-03-04 at 14:46, Christer Gundersen wrote:
> On Tue, 2003-03-04 at 20:04, Franz Klammer wrote:
> > for such cases i've always this two lines in my /etc/make.conf:
> >=20
> > #STRIP=3D
> > #CFLAGS=3D -O -pipe -g
>=20
> What does STRIP do?
> (is not documented in my "man make.conf" on 4.7-RELEASE)

By default anything installed with ${INSTALL_PROGRAM} will be stripped
(i.e. all debugging symbols will be removed).  By default, ${STRIP} is
set to -s (passing -s to install will invoke strip).  If you set it to
nothing, installed binaries will retain any debugging symbols that were
compiled in.

Joe

--=20
PGP Key : http://www.marcuscom.com/pgp.asc



--=-HUtXQNrzEATh7beJuZu0
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQA+ZQS0b2iPiv4Uz4cRApgNAJ9V7uzDe9fm7VbEKqOcueqctHJxtQCgg2pq
Vmkxjb0B2rJiKQK3K5oXges=
=xY73
-----END PGP SIGNATURE-----

--=-HUtXQNrzEATh7beJuZu0--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1046807732.310.30.camel>