Tells the compiler to generate function prototypes. This is a deprecated option that may be removed in a future release.
Linux: | None |
Windows: | /Zg |
None
OFF |
The compiler does not create function prototypes. |
This option tells the compiler to generate function prototypes.
This is a deprecated option that may be removed in a future release. There is no replacement option.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
None