Specifies stack alignment for functions. This option is deprecated and will be removed in a future release.
Only available on IA-32 architecture. IA-32 support is deprecated and will be removed in a future release.
Linux: | None |
macOS: | None |
Windows: | /Qsfalign[n] |
n |
Is the byte size of aligned variables. Possible values are:
|
/Qsfalign8 |
Alignment occurs for functions with 8-byte aligned variables. |
This option specifies stack alignment for functions. It lets you disable the normal optimization that aligns a stack for 8-byte data.
If you do not specify n, stack alignment occurs for all functions. If you specify /Qsfalign-, no stack alignment occurs for any function.
None