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=default |
The compiler uses default heuristics for stack alignment. |
This option tells the compiler the stack alignment to use on entry to routines.
None