Miscellaneous Options
- bigobj
Increases the number of sections that an object file can contain.
- dryrun
Specifies that driver tool commands should be shown but not executed.
- dumpmachine
Displays the target machine and operating system configuration.
- extfor
Specifies file extensions to be processed by the compiler as Fortran files.
- extfpp
Specifies file extensions to be recognized as a file to be preprocessed by the Fortran preprocessor.
- global-hoist, Qglobal-hoist
Enables certain optimizations that can move memory loads to a point earlier in the program execution than where they appear in the source.
- help
Displays all available compiler options or a category of compiler options.
- intel-freestanding
Lets you compile in the absence of a gcc environment.
- intel-freestanding-target-os
Lets you specify the target operating system for compilation.
- libdir
Controls whether linker options for search libraries are included in object files generated by the compiler.
- logo
Displays the compiler version information.
- multiple-processes, MP
Creates multiple processes that can be used to compile large numbers of source files at the same time.
- print-sysroot
Prints the target sysroot directory that is used during compilation.
- save-temps, Qsave-temps
Tells the compiler to save intermediate files created during compilation.
- sox
Tells the compiler to save the compilation options and version number in the executable file. It also lets you choose whether to include lists of certain routines.
- sysroot
Specifies the root directory where headers and libraries are located.
- Tf
Tells the compiler to compile the file as a Fortran source file.
- watch
Tells the compiler to display certain information to the console output window.
- what
Tells the compiler to display its detailed version string.