Intel® oneAPI DPC++/C++ Compiler
Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-FB90941F-B5AB-49FA-B5DE-91E7A7E47B32
Visible to Intel only — GUID: GUID-FB90941F-B5AB-49FA-B5DE-91E7A7E47B32
fpack-struct
Specifies that structure members should be packed together.
Syntax
Linux: |
-fpack-struct |
Windows: |
None |
Arguments
None
Default
OFF |
Description
Specifies that structure members should be packed together.
Using this option may result in code that is not usable with standard (system) c and C++ libraries.
IDE Equivalent
Alternate Options
Linux: -Zp1
Windows: None