Z 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.
Za
Disable Microsoft Visual C++ compiler language extensions.
Zc
Lets you specify ANSI C standard conformance for certain language features.
Zd
This option has been deprecated. Use keyword minimal in option /debug.
Ze
Enables Microsoft Visual C++* compiler language extensions. This option is deprecated.
Zg
Tells the compiler to generate function prototypes. This is a deprecated option.
ZI
Tells the compiler to generate full debugging information in the object file.
Zl
Causes library names to be omitted from the object file.
Zp
Specifies alignment for structures on byte boundaries.
Zs
Tells the compiler to check only for correct syntax.
Copyright © 1996-2010, Intel Corporation. All rights reserved.