lotus

previous page: 103. Can I Use Code or a Compiler Compiled for a 486 on a 386?
  
page up: Linux FAQ
  
next page: 105. What Do I Do About Errors Trying to Compile the Kernel?

104. What Does gcc -O6 Do?




Description

This article is from the Frequently Asked Questions for Linux, the Free/Open Source UNIX-like operating system kernel that runs on many modern computer systems. Maintained by David C. Merrill with numerous contributions by others. (v1.0).

104. What Does gcc -O6 Do?

A: Currently, the same as -O2 (GCC 2.5) or -O3 (GCC 2.6, 2.7). Any number greater than that does the same thing. The Makefiles of newer kernels use -O2 , and you should probably do the same.

 

Continue to:













TOP
previous page: 103. Can I Use Code or a Compiler Compiled for a 486 on a 386?
  
page up: Linux FAQ
  
next page: 105. What Do I Do About Errors Trying to Compile the Kernel?