mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-06-03 07:08:15 +02:00
3e82487037
Co-authored-by: 0verLighT <alexandre@0verlight.com>
23 lines
528 B
Meson
23 lines
528 B
Meson
option('graphics_memory_dump',
|
|
type : 'boolean',
|
|
value : false,
|
|
description : 'Enable graphics memory dump for debugging purposes.'
|
|
)
|
|
|
|
option('profiler',
|
|
type : 'boolean',
|
|
value : false,
|
|
description : 'Enable profiler for performance analysis.'
|
|
)
|
|
|
|
option('force_wayland',
|
|
type : 'boolean',
|
|
value : false,
|
|
description : 'Force the application to use Wayland display server.'
|
|
)
|
|
|
|
option('disable_all_safeties',
|
|
type : 'boolean',
|
|
value : false,
|
|
description : 'Disable all safety checks in the application.'
|
|
) |