Don't post to both lists, if you want to work on the compiler, gcc is
fine, otherwise gcc-help.
On Nov 12, 2006, at 9:29 AM, Niklaus wrote:
Is there any way to specify in the code the optimization value like
(-O2 or -O3) instead of on the command line.
In Apple's branch, we've added support
Hi,
Is there any way to specify in the code the optimization value like
(-O2 or -O3) instead of on the command line.
I want
#include
...
...
return 0
}
to be compiled with -O2 or -O3 or some better optimization than
standard gcc flags like gcc a.c .I have only 1 file. The problem is i
can't