8 lines
422 B
Plaintext
8 lines
422 B
Plaintext
option('editor', type:'boolean', value:true)
|
|
option('chipmunk', type:'boolean', value:true)
|
|
option('storefront', type:'combo', choices:['none','steam', 'gog', 'egs'], value:'none')
|
|
option('qrencode', type:'boolean', value:false)
|
|
option('mimalloc', type:'boolean', value:false)
|
|
option('tracy', type:'boolean', value:false)
|
|
option('single_threaded', type:'boolean', value:false, description:'Use single threaded scheduler')
|