Date: Sun, 11 Feb 2001 08:24:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Rudolf Polzer cc: djgpp AT delorie DOT com Subject: Re: what does the -s switch do? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Fri, 9 Feb 2001, Rudolf Polzer wrote: > > This strips all symbols out of the program. So if you want to use debuggin > > you can't use -s i.e > > > > "gcc -g3 1.c -o 1.exe -s" is a bad idea :-) > > Is there still some debugging code in it when you do this? Or are all > debugging aids contained in the symbol table? I don't understand what do you mean by ``debugging code''.