mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
11 lines
522 B
Meson
11 lines
522 B
Meson
option('gc', type : 'boolean', value : false,
|
|
description : 'Add debugging information to heap. Run with -g. Breaks image.')
|
|
option('prof', type : 'boolean', value : false,
|
|
description : 'Activate profiling. Run with -P.')
|
|
option('event-time', type : 'boolean', value : false,
|
|
description : 'Print timing information per event.')
|
|
option('memory-log', type : 'boolean', value : false,
|
|
description : 'Write memory usage to a logfile.')
|
|
option('nix', type: 'boolean', value: false,
|
|
description: 'Build using nix.')
|