Specifies that structure members should be packed together.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | -fpack-struct |
Windows: | None |
None
OFF |
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.
Linux: -Zp1