mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
5 lines
227 B
Meson
5 lines
227 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.')
|