--int
In this section:
Syntax
--int={16|32}Parameters
| The size of the data type |
| The size of the data type |
Description
Use this option to select whether the compiler uses 16 or 32 bits to represent the int data type. By default, 32 bits are used. Selecting 16 bits results in larger code size.
See also
Basic data types—integer types.
Caution
Project>Options>General Options>Target>Size of type 'int'