Specifies stack alignment for functions.
IA-32 architecture
Linux and Mac OS X: | 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
Copyright © 1996-2011, Intel Corporation. All rights reserved.