fshort-enums

Tells the compiler to allocate as many bytes as needed for enumerated types.

IDE Equivalent

Linux: Data > Associate as Many Bytes as Needed for Enumerated Types

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -fshort-enums
Windows:    None

Arguments

None

Default

OFF      The compiler allocates a default number of bytes for enumerated types.

Description

This option tells the compiler to allocate as many bytes as needed for enumerated types.

Alternate Options

None