delorie.com/archives/browse.cgi | search |
Date: | Mon, 18 Aug 1997 16:30:45 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | Bill Currie <billc AT blackmagic DOT tait DOT co DOT nz> |
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: | <Pine.SUN.3.91.970818163013.17172T-100000@is> |
MIME-Version: | 1.0 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |