Specifies that structure members should be packed together.
None
IA-32 architecture, Intel® 64 architecture, IA-64 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