[Coco] OT: Bloodshed C++ IDE for Windows - ANSI compatibility?

Kevin Diggs kevdig at hypersurf.com
Tue Oct 4 14:58:48 EDT 2005


Mannequin* wrote:
> 
> A good command line for  simple programs could go something like this:
> 
> gcc -Wall -o program program.c
> 
	If you want to have some real fun, try -S. This will give you a 
program.s (unless you chance the name with a -o option):

	gcc -Wall -O2 -fomit-frame-pointer -S -march=i686 program.c

program.s is an assembler file.
> 
> HTH,
> -M.
> 




More information about the Coco mailing list