Zd

Tells the compiler to produce only line numbers (for debugging) in the object file.
This option has been deprecated.

IDE Equivalent

Windows: C/C++ > General > Debug Information Format

Linux: None

Mac OS: None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: None
Windows:  /Zd

Arguments

None

Default

OFF No symbol table information is produced.

Description

This option tells the compiler to produce only line numbers (for debugging) in the object file.

It produces only line numbers and minimal debugging information. It produces global symbol information needed for linking, but not local symbol table information needed for debugging.

Alternate Options

None