Message-ID: <379CD995.CDC53EA7@pmail.net> Date: Mon, 26 Jul 1999 23:56:37 +0200 From: Fredrick Backman X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Does -s have affect performance? References: <199907261757 DOT NAA24038 AT delorie DOT com> <379CBE4E DOT 11D5EE6 AT pmail DOT net> <379CC179 DOT AADD8AF8 AT earthlink DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Totally missed that one! Sorry. Martin Ambuhl wrote: > Fredrick Backman wrote: > > > > Do you mean "gcc -s"? That switch is used to generate the assembler code so > > that -- provided you can understand assembler -- you can have a look at exactly > > what is happening in your program. > > No. You are thinking of 'gcc -S'. The -s switch is equivalent to > running strip against the output.