Tells the compiler to allocate as many bytes as needed for enumerated types.
Windows: None
Linux: Data > Associate as Many Bytes as Needed for Enumerated Types
Mac OS: Data > Allocate enumerated types
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -fshort-enums |
Windows: | None |
None
OFF | The compiler allocates a default number of bytes for enumerated types. |
This option tells the compiler to allocate as many bytes as needed for enumerated types.
None