Date: Sun, 21 Jul 1996 11:13:00 +0200 (IST) From: Eli Zaretskii To: Josh Stevens Cc: djgpp AT delorie DOT com Subject: Re: Size optimizations? In-Reply-To: <4ss0f2$l79@harborside.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 21 Jul 1996, Josh Stevens wrote: > Sorry if this is in the FAQ, but *I* sure couldn't find it. Are there > any optimizations you guys can suggest that would reduce the size of a > C++ .exe file? You probably have an old FAQ. The latest version 2.01 (v2/faq201b.zip) has an entire section 8.15 devoted to this. And remember to link with -s, otherwise your executable includes all the symbols.