Intel® C++ Compiler 19.0 Developer Guide and Reference
Tells the compiler to generate function prototypes. This is a deprecated option. There is no replacement option.
Linux and macOS: | None |
Windows: | /Zg |
None
OFF |
The compiler does not create function prototypes. |
This option tells the compiler to generate function prototypes.
None