2024-01-11 19:23:32 +00:00
|
|
|
option('buildTests',
|
|
|
|
type : 'boolean',
|
|
|
|
value : false,
|
|
|
|
description : 'Build test suite',
|
|
|
|
yield: true
|
2024-01-14 09:13:28 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
option('CPUFunctionAlignment',
|
|
|
|
type : 'integer',
|
|
|
|
min : 1,
|
2024-01-14 16:44:54 +00:00
|
|
|
value : 1024,
|
2024-01-14 09:13:28 +00:00
|
|
|
description : '''Indicates the alignment for the main emulator CPU function.
|
|
|
|
This is a large function that may cross page boundaries, which impacts performance.
|
|
|
|
This requires the GNU compiler to work.'''
|
2024-01-11 19:23:32 +00:00
|
|
|
)
|