Re: stripping binaries



On Thu, 15 Apr 1999 jgauthier@kamikaze.whiteboard.net wrote:

> I had the same problem. here's what i learned.
> stripping a static library can have the symbols repaired with
> ar -ts library.a
> I don't remember if shared is a problem or not. when I run configure
> I usually just do this:
> CXXFLAGS=-O6 CFLAGS=-O6 ./configure --prefix=/opt/gnome
> (egcs)
> This way they don't compiled with debugging symbols, making them *huge*

BTW. Read egcs dok. -O6 generates the the same code as -O3 (on x86 arch).

regards

kloczek
-- 
-----------------------------------------------------------
*Ludzie nie mają problemów, tylko sobie sami je stwarzają*
-----------------------------------------------------------
Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: kloczek@rudy.mif.pg.gda.pl*



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]