Tells the compiler to generate function prototypes. This is a deprecated option. There is no replacement option. This content is specific to C++; it does not apply to DPC++.
Linux: | None |
Windows: | /Zg |
None
OFF |
The compiler does not create function prototypes. |
This option tells the compiler to generate function prototypes.
None