Intel® C++ Compiler 19.0 Developer Guide and Reference
Tells the compiler to store parameters passed in registers to the stack.
Only available on Intel® 64 architecture
Linux and macOS: | None |
Windows: | /homeparams |
None
OFF |
Register parameters are not written to the stack. |
This option tells the compiler to store parameters passed in registers to the stack.
None