Intel® C++ Compiler XE 13.1 User and Reference Guides
Tells the compiler to generate full debugging information in the object file.
Windows: General >Debug Information Format
Linux: None
OS X: None
All
Linux and OS X: | See g. |
Windows: | /ZI |
None
OFF |
No debugging information is produced in the object file. |
For details, see /Zi.
Linux: -g
Windows: /Zi, /Z7