Date: Mon, 18 Aug 1997 16:30:45 +0300 (IDT) From: Eli Zaretskii To: Bill Currie cc: asu1 AT cornell DOT edu, djgpp AT delorie DOT com Subject: Re: assembler o/p with cpp source In-Reply-To: <199708180102.NAA00990@teleng1.tait.co.nz gatekeeper.tait.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 18 Aug 1997, Bill Currie wrote: > gcc -c -g -O2 -Wa,-alh foo.c>foo.lst Or, if you don't want to see all those debugging symbols in the generated listing, say this: gcc -c -g -O2 -Wa,-alhd foo.c > foo.lst For details, type "info as Invoking a" from the DOS prompt.