Date: Wed, 20 Jun 2001 13:17:49 -0400 Message-Id: <200106201717.NAA01149@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3B30D686.14134.12A4F8D@localhost> (pavenis@lanet.lv) Subject: Re: gcc-3.0 References: (message from Andris Pavenis on Wed, 20 Jun 2001 10:39:08 +0300 (WET)) <3B30D686 DOT 14134 DOT 12A4F8D AT localhost> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > If we want libgcc.a to be built without debugging info (so reduce it size > from about 1.5Mb to less than 100K) it's simpliest to add one line > to t-djgpp: "strip -g libgcc.a" is sufficient to fix that. I wouldn't change the default build, as I use the debug info in libgcc.a often (I usually change the -g1 to -g2 in the Makefile too).