/Z7, /Zi, /ZI (Debug Information Format) | Microsoft Docs
https://docs.microsoft.com/en-us/cpp/build/reference/z7-zi-zi-debug-information-format
Dec 10, 2021 · In this article. The /Z7, /Zi, and /ZI compiler options specify the type of debugging information created for your program, and whether this information is kept in object files or in a program database (PDB) file.. Syntax /Z7 /Zi /ZI. Remarks. When you specify a debug option, the compiler produces symbol names for functions and variables, type information, and line …
DA: 86 PA: 43 MOZ Rank: 6