Message-ID: <373609F7.A879AC8@go.ro> Date: Mon, 10 May 1999 01:19:35 +0300 From: Radu Georgescu aka skoola X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: exe size (Allegro) References: <612N3UJ05AqW092yn AT jagor DOT srce DOT hr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com > I just started using Allegro library and I am fascinated with the size of my > executables. I have read the djgpp faq (that means that I am using -O2 and -s > compiler options) and yet I am getting >300k exe (using few allegro functions). > I have also read the allegro.txt file (where it mentions reducing the size of > exe), I followed the instructions but I get parse errors. > How can I completely remove all joystick, soundcard, etc. drivers? > Can it be done without relinking the library (I hope so)? > Please help! and another thing: isn't there an option not to link the functions that are not called?