Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to store parameters passed in registers to the stack.
Only available on Intel® 64 architecture
Linux and OS X: | 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