Intel® C++ Compiler XE 13.1 User and Reference Guides

fpack-struct

Specifies that structure members should be packed together.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-fpack-struct

Windows:

None

Arguments

None

Default

OFF

Description

Specifies that structure members should be packed together. Note: Using this option may result in code that is not usable with standard (system) c and C++ libraries.

Alternate Options

Linux and OS X: -Zp1

Windows: None


Submit feedback on this help topic