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 X: Data > Allocate enumerated types
IA-32, IntelĀ® 64, IA-64 architectures
|
Linux and Mac OS X: |
-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