Tells the compiler to produce only line
numbers (for debugging) in the object file.
This option has been deprecated.
Windows: C/C++ > General > Debug Information Format
Linux: None
Mac OS: None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | None |
Windows: | /Zd |
None
OFF | No symbol table information is produced. |
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.
None