g, Zi, Z7
Tells the compiler to generate full debugging information in the object file or a project database (PDB) file.
gdwarf-2
Enables generation of debug information using the DWARF2 format.
Ge
Enables stack-checking for all functions. This option is deprecated.
gen-dep
Tells the compiler to generate build dependencies for the current compilation.
gen-depformat
Specifies the form for the output generated when option gen-dep is specified.
gen-interfaces
Tells the compiler to generate an interface block for each routine in a source file.
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.
Gm
This is an alternate option name for option /iface:cvf.
Gs
Disables stack-checking for routines with more than a specified number of bytes of local variables and compiler temporaries.
fstack-security-check, GS
Determines whether the compiler generates code that detects some buffer overruns.
guide, Qguide
Lets you set a level of guidance for auto-vectorization, auto-parallelization, and data transformation.