Intel® C++ Compiler XE 13.1 User and Reference Guides
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
OS X: Data > Allocate enumerated types
All
Linux and 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