2019-07-14 21:29:23 +08:00
|
|
|
option('external_fmt', type: 'boolean', value: false)
|
2019-09-18 20:01:23 +08:00
|
|
|
option('enable_examples', type: 'boolean', value: true)
|
2019-06-30 22:27:28 +08:00
|
|
|
option('enable_benchmarks', type: 'boolean', value: false)
|
|
|
|
option('enable_tests', type: 'boolean', value: false)
|
2019-07-20 17:43:26 +08:00
|
|
|
option('library_type', type: 'combo', choices: ['static', 'shared'], value: 'static')
|
2019-09-18 20:01:23 +08:00
|
|
|
option('no_exceptions', type: 'boolean', value: false)
|