Tells the compiler the stack alignment to use on entry to routines. This option is deprecated and will be removed in a future release. This feature is only available for ifort.
Only available on IA-32 architecture. IA-32 support is deprecated and will be removed in a future release.
Linux: | -falign-stack=mode |
macOS: | None |
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.
None