Qsfalign

Specifies stack alignment for functions.

IDE Equivalent

None

Architectures

IA-32

Syntax

Linux: None
Windows:  /Qsfalign[n]
/Qsfalign-

Arguments

n Is the byte size of aligned variables. Possible values are:
  8 Specifies that alignment should occur for functions with 8-byte aligned variables.
  16 Specifies that alignment should occur for functions with 16-byte aligned variables.

Default

/Qsfalign8 Alignment occurs for functions with 8-byte aligned variables.

Description

This option specifies stack alignment for functions.

If you do not specify n, stack alignment occurs for all functions. If you specify /Qsfalign-, no stack alignment occurs for any function.

Alternate Options

None