Date: Mon, 26 May 1997 08:38:18 +0300 (IDT) From: Eli Zaretskii To: George Foot cc: djgpp AT delorie DOT com Subject: Re: Allegro question regarding .exe size In-Reply-To: <5mai81$pne@news.ox.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 25 May 1997, George Foot wrote: > I don't recall whether the Allegro library builds itself with the -s > option; if not, this would reduce the size of its code. The -s option has nothing to do with the way libraries are built, it's for the linker. So no matter how the Allegro library was built, if you use -s while linking, the debugging symbols will be stripped, including those from library functions.