Xref: news2.mv.net comp.os.msdos.djgpp:6205 From: jstev AT gladstone DOT uoregon DOT edu (Josh Stevens) Newsgroups: comp.os.msdos.djgpp Subject: Size optimizations? Date: Sun, 21 Jul 1996 01:14:10 GMT Organization: Oregon Technology Centers, Harbor OR, US Lines: 13 Message-ID: <4ss0f2$l79@harborside.com> NNTP-Posting-Host: p11.pb0.harborside.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi... 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? The reason I ask is that I'm getting sizes of well over 1 MB for a relatively simple test program that manipulates and draws some scaled bitmaps (and has no user interface). Sure, I expected the .exe to be large -- I'm using STL and lots of inline functions -- but does it have to be this large? Thanks. -Josh