On Fri, 21 Oct 2011 00:20:52 +0200 (CEST)
Wojciech Puchar <woj...@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?
> 
> 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]
> 

-fno-asynchronous-unwind-tables should get rid of unwind information,
a.k.a. 'crap'.

-- 
Alexander Kabaev

Attachment: signature.asc
Description: PGP signature

Reply via email to