Visible to Intel only — GUID: GUID-8EB32E6C-EA4B-4D2A-B4BF-9FA2774C505A
Visible to Intel only — GUID: GUID-8EB32E6C-EA4B-4D2A-B4BF-9FA2774C505A
falign-stack
Tells the compiler the stack alignment to use on entry to routines. This is a deprecated option that may be removed in a future release. This feature is only available for ifort.
Architecture Restrictions
Only available on IA-32 architecture. IA-32 support is deprecated and will be removed in a future release.
Syntax
Linux: |
-falign-stack=mode |
macOS: |
None |
Windows: |
None |
Arguments
mode |
Is the method to use for stack alignment. Possible values are:
|
Default
-falign-stack=assume-16-byte |
The compiler assumes the stack is aligned on 16-byte boundaries and continues to maintain 16-byte alignment. |
Description
This option tells the compiler the stack alignment to use on entry to routines.
This is a deprecated option that may be removed in a future release. There is no replacement option.
IDE Equivalent
Alternate Options
None