From: myknees AT aol DOT com (Myknees) Newsgroups: comp.os.msdos.djgpp Subject: Re: [Q] What is command line options in DJGPP for windows 95 Date: 18 Feb 1998 23:49:21 GMT Lines: 25 Message-ID: <19980218234900.SAA22330@ladder02.news.aol.com> NNTP-Posting-Host: ladder02.news.aol.com References: <34eb9a2a DOT 2436811 AT news DOT kreonet DOT re DOT kr> Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk ngc7000 AT gong DOT snu DOT ac DOT kr (Kim,Young-Jae) writes: > Hi... > > I want to know the command line options available in > DJGPP for windows > 95... You can type this at the DOS command line: info gcc invoke ...to learn about it. -s and -O are especially relevant. > The main reason for this questions is that when I > compiled my exercise > C++ codes..., the amount of executable of them is about > 180 KB... > I think there must be some options which control the > optimization > level and so on... There is also a program djg.exe that compresses executable files. You could read the FAQ or search the mail archives, since the question about large executable sizes comes up quite often. --Ed (Myknees)