X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Fri, 15 Feb 2002 08:46:42 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "James Bond" Message-Id: <7048-Fri15Feb2002084642+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (jb@yahoo.com) Subject: Re: gcc information ? References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "James Bond" > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 14 Feb 2002 17:51:32 -0600 > > I want to get some informations such as exact size of code when compiling > with gcc. > Does gcc put out such profiles ? There's a program called `size.exe' in your `bin' subdirectory, which can show this information. Run it on an object file or on an executable program, and it will display the size of code, data, and bss.