Tells the compiler the stack alignment to use on entry to routines.
IA-32 architecture
Linux and Mac OS X: | -falign-stack=mode |
Windows: | None |
mode |
Is the method to use for stack alignment. Possible values are:
|
-falign-stack=assume-16-byte |
The compiler assumes the stack is aligned on 16-byte boundaries and continues to maintain 16-byte alignment. |
This option tells the compiler the stack alignment to use on entry to routines.
Note that on Mac OS* X systems, this option is deprecated.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.