Next: Using the preprocessor, Previous: Compiling a C program, Up: Top [Contents][Index]
This chapter describes other commonly-used compiler options available in GCC. These options control features such as the search paths used for locating libraries and include files, the use of additional warnings and diagnostics, preprocessor macros and C language dialects.
• Setting search paths | ||
• Shared libraries and static libraries | ||
• C language standards | ||
• Warning options in -Wall | ||
• Additional warning options | ||
• Recommended warning options |