Specifies stack alignment for functions.
None
IA-32
Linux: | None |
Windows: | /Qsfalign[n] /Qsfalign- |
n | Is the byte size of aligned variables. Possible values are: | |
8 | Specifies that alignment should occur for functions with 8-byte aligned variables. | |
16 | Specifies that alignment should occur for functions with 16-byte aligned variables. |
/Qsfalign8 | Alignment occurs for functions with 8-byte aligned variables. |
This option specifies stack alignment for functions.
If you do not specify n, stack alignment occurs for all functions. If you specify /Qsfalign-, no stack alignment occurs for any function.
None