Quoting Richi Plana <[EMAIL PROTECTED]>:
> For you i686/Linux users, I just wanted to know what C compiler flags
> (CFLAGS) you use for compiling your programs. Which args do you use to
> optimize compiles on your system? (and how do you define
> optimize? ie. size or speed?)
I use
CFLAGS='-O2 -m386'
I think -O3, -O4, etc. are all treated as -O2, meaning optimize for
speed(?). The '-m386' ensures that my code will run even on the most
primitive Intel box (386).
>>PMana
-------------------------------------------------
This mail sent through IMP: mail.ateneo.net
-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]