Re: Kernel Compile

mike burrell (mikpos@mikpos.dyndns.org)
Thu, 8 Apr 1999 12:25:26 -0600 (CST)


On Thu, 8 Apr 1999, Michael B. Trausch wrote:

| What's -O6, as compared to -O2?

Only available in pgcc (http://www.gcc.ml.org) AFAIK. Optimisation freaks
tend to get pgcc and try to -O6 everything in sight...not recommended on a
production machine :). Anyway if you just have plain vanilla gcc or egcs,
then they only provide 3 levels of optimisation (up to -O3) I think.

m i k e b u r r e l l
mikpos@home.com
http://mikpos.dyndns.org

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/