Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2003 19:10:07 -0400
From:      Don Bowman <don@sandvine.com>
To:        'Gianmarco Giovannelli' <gmarco@giovannelli.it>
Cc:        hackers@freebsd.org
Subject:   RE: gcc iussue or ... ?
Message-ID:  <FE045D4D9F7AED4CBFF1B3B813C8533701B361FE@mail.sandvine.com>

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

Gianmarco Giovannelli wrote:
> The problem is very simple.
> I mantain a unix/linux port of a UO emulator which works really fine
> natively under FreeBSD.
>
> The problem is that if I compile it under FreeBSD it is a binary of 19M,
> while on linux (debian 3.0), same Makefile, is only 2MB. 
> FreeBSD 5.0 and
> OpenBSD 3.1 produce the (about) 19M file.
> Mingw compiler under windows act like Linux.

one thing I normally try is 
nm --size-sort --print-file-name *.o

and then look for an outlier, one that is much bigger than
the others.



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