Date: Thu, 25 Jul 1996 07:56:48 +0200 (IST) From: Eli Zaretskii To: Jan Oonk Cc: djgpp AT delorie DOT com Subject: Re: Size optimizations? In-Reply-To: <4t295j$12i@snail.stack.urc.tue.nl> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 23 Jul 1996, Jan Oonk wrote: > And if I remember correctly dont use -O2 or -O3 or the compiler will make > all funcitons calls inline! That's -O3 that inlines and bloats. Using -O2 actually makes the code smaller in most cases, so -O2 is a Good Thing.