gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Re: gcl on ms windows


From: Lou Glassy
Subject: Re: [Gcl-devel] Re: gcl on ms windows
Date: Tue, 19 Mar 2002 09:06:53 -0700

(setf random-kibbitz-mode t)

I don't know if gcc on Cygwin is greatly different from the gcc on 
Unix systems, but on the unix hosts, there is no -O optimization level
beyond -O3.  I.e.:

gcc -O3 hello.c
gcc -O4 hello.c
gcc -O6 hello.c
gcc -O9997 hello.c

all produce the same binary.  The command-line parser for gcc accepts
optimization levels beyond -O3, syntactically, but maps them all the
same thing inside the compiler.

Anyway- it's neat that you've gotten a working GCL under Cygwin.
Good work!

-lg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]