From: "Ron Penton" Newsgroups: comp.os.msdos.djgpp Subject: Am I retarded -or- Why is my exe size so big?!? Date: Thu, 27 Aug 1998 12:06:31 -0400 Lines: 9 NNTP-Posting-Host: acppp25.buffnet.net Message-ID: <35e5850b.0@buffnet2.buffnet.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm using djgpp 2.whatever and allegro 3.0. I know that allegro has a large overhead, but that overhead was supposed to be the same no matter how big the the program got. I've been programming a game for a few months and all I have is the interface and redraw functions, yet my exe size is 4.6 MEGS!! Yikes!!! I tried undeclaring allegro stuff, but nothing happened. The only gcc flag I'm using is -g. Can anyone help me please?