Miscellaneous Options
- dumpmachine
Displays the target machine and operating system configuration.
- dumpversion
Displays the version number of the compiler.
- Gy
Separates functions into COMDATs for the linker.
- help
Displays all available compiler options or a category of compiler options.
- nologo
Tells the compiler to not display compiler version information.
- save-temps
Tells the compiler to save intermediate files created during compilation.
- showIncludes
Tells the compiler to display a list of the include files.
- sysroot
Specifies the root directory where headers and libraries are located.
- Tc
Tells the compiler to process a file as a C source file.
- TC
Tells the compiler to process all source or unrecognized file types as C source files.
- Tp
Tells the compiler to process a file as a C++ source file.
- version
Tells the compiler to display GCC-style version information.