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 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
Copyright © 1996-2011, Intel Corporation. All rights reserved.