Date: Thu, 20 Oct 2011 19:05:53 -0400 From: Alexander Kabaev <kabaev@gmail.com> To: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> Cc: freebsd-hackers <freebsd-hackers@freebsd.org> Subject: Re: .eh_frame, .eh_frame_hdr - how to remove that trash Message-ID: <20111020190553.6bf95790@kan.dnsalias.net> In-Reply-To: <alpine.BSF.2.00.1110210020250.8905@wojtek.tensor.gdynia.pl> References: <alpine.BSF.2.00.1110200937220.33102@wojtek.tensor.gdynia.pl> <20111020082234.GA4568@britannica.bec.de> <alpine.BSF.2.00.1110201244001.36805@wojtek.tensor.gdynia.pl> <4EA00DEF.3030905@FreeBSD.org> <alpine.BSF.2.00.1110210020250.8905@wojtek.tensor.gdynia.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/WYiL5JRapGhg=uIFjwDrOD4 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 21 Oct 2011 00:20:52 +0200 (CEST) Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> wrote: > >> i both don't use C++ and don't want to debug when i am linking > >> final binary. > >> > >> how to turn this off? > > > > Which compiler do you use? >=20 > supplied with FreeBSD 8.2 > [wojtek@wojtek ~]$ cc -v > Using built-in specs. > Target: amd64-undermydesk-freebsd > Configured with: FreeBSD/amd64 system compiler > Thread model: posix > gcc version 4.2.2 20070831 prerelease [FreeBSD] >=20 -fno-asynchronous-unwind-tables should get rid of unwind information, a.k.a. 'crap'. --=20 Alexander Kabaev --Sig_/WYiL5JRapGhg=uIFjwDrOD4 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iD8DBQFOoKlXQ6z1jMm+XZYRAn+nAJ0U7g4P6ieSKbPSV8yhLRInxdpTKQCeJqif Dcj/zA8WzIraQ1GQIocEQVY= =bogi -----END PGP SIGNATURE----- --Sig_/WYiL5JRapGhg=uIFjwDrOD4--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111020190553.6bf95790>