G Options
Parent topic:
Alphabetical Compiler Options
g, Zi, Z7
Tells the compiler to generate full debugging information in the object file or a project database (PDB) file.
g0
Disables generation of symbolic debug information.
GA
Enables faster access to certain thread-local storage (TLS) variables.
gcc
Determines whether certain GNU macros are defined or undefined.
gcc-name
Specifies the name of the gcc compiler that should be used to set up the environment for C compilations.
gcc-version
Provides compatible behavior with gcc.
Gd
Makes __cdecl the default calling convention.
gdwarf-2
Enables generation of debug information using the DWARF2 format.
Ge
Enables stack-checking for all functions. This option is deprecated.
Gf
Enables read/write string-pooling optimization. This is a deprecated option.
GF
Enables read-only string-pooling optimization.
Gh
Calls a function to aid custom user profiling.
GH
Calls a function to aid custom user profiling.
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
Enables a minimal rebuild.
Gr
Makes __fastcall the default calling convention.
GR
Enables or disables C++ Run Time Type Information (RTTI).
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.
GT
Enables fiber-safe thread-local storage of data.
guide, Qguide
Lets you set a level of guidance for auto-vectorization, auto-parallelization, and data transformation.
guide-data-trans, Qguide-data-trans
Lets you set a level of guidance for data transformation.
guide-file, Qguide-file
Causes the results of guided auto-parallelization to be output to a file.
guide-file-append, Qguide-file-append
Causes the results of guided auto-parallelization to be appended to a file.
guide-opts, Qguide-opts
Tells the compiler to analyze certain code and generate recommendations that may improve optimizations.
guide-par, Qguide-par
Lets you set a level of guidance for auto-parallelization.
guide-vec, Qguide-vec
Lets you set a level of guidance for auto-vectorization.
GX
Enables C++ exception handling. This option is deprecated.
gxx-name
Specifies the name of the g++ compiler that should be used to set up the environment for C++ compilations.
Gy
Separates functions into COMDATs for the linker.This option is deprecated.
Gz
Makes __stdcall the default calling convention.
GZ
Initializes all local variables. This option is deprecated.
Copyright © 1996-2010, Intel Corporation. All rights reserved.