Date: Mon, 9 Aug 1999 12:03:55 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com cc: DJ Delorie , Robert Hoehne Subject: Library size in v2.03 alpha Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com The size of all the lib*.a files is significantly larger than v2.02. It seems that the reason is the local labels in the object files. I didn't find any compiler option to leave them out, but "strip -X" seems to remove them (libc.a goes down from 758KB to something like 644KB). Should I add "strip -X" to the library makefiles?