You can change the default compiler options using the C importer preference page
Parameter | Options | Description | Default Value | ||||||||||||||
Include path | Defines the list of directories to search for include files. | None | |||||||||||||||
Address size |
|
The platform address size of 32 bits, or 64 bits. | 32 bit | ||||||||||||||
Size of long double |
Depending on the Platform property value the value the default value
of this property changes as well:
|
The storage size of a long double precision floating point value. It can be 64 or 128 bits. | 64 | ||||||||||||||
Alignment rule |
Depending on the Platform property value the value the default value
of this property changes as well:
|
The alignment rule determines the storage layout
of C structures.
|
natural | ||||||||||||||
Pack level |
Depending on the Platform property value, the value and default value
of Pack level changes as well:
|
The pack level can be 1, 2, 4, 8 or 16 bytes. This value must match what was used to compile the C program that you are targeting. | 1 | ||||||||||||||
Size of enumeration constant |
Depending on the Platform property value, the value and default value
of Size of enumeration constant changes as well:
|
Some compilers will compact an enumeration constant into the smallest integral type that can contain all variables. Other compilers allow the option of selecting the number of bytes to use for an enumeration constant. | 4 | ||||||||||||||
Size of wchar |
|
The storage size of a wchar type. Most platforms implement the size as 2 bytes although some platforms support a size of 4 bytes. | 2 bytes | ||||||||||||||