Tells the compiler to align functions on an optimal byte boundary.
IA-32, Intel® 64 architectures
Linux and Mac OS X:  | -falign-functions[=n] -fno-align-functions  | 
Windows:  | /Qfnalign[:n] /Qfnalign-  | 
n  | 
Is the byte boundary for function alignment. Possible values are 2 or 16.  | 
-fno-align-functions or /Qfnalign-  | 
The compiler aligns functions on 2-byte boundaries. This is the same as specifying -falign-functions=2 (Linux and Mac OS X) or /Qfnalign:2 (Windows).  | 
This option tells the compiler to align functions on an optimal byte boundary. If you do not specify n, the compiler aligns the start of functions on 16-byte boundaries.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.