mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 04:11:49 +03:00
7 lines
307 B
Meson
7 lines
307 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('nix', type: 'boolean', value: false,
|
|
description: 'Build using nix.')
|