2020-05-27 21:59:34 +00:00
|
|
|
option('benchmarks', type: 'boolean', value: false, description: 'Build benchmarks')
|
2020-04-10 12:35:05 +00:00
|
|
|
option('examples', type: 'boolean', value: false, description: 'Build examples')
|
2020-07-11 20:16:27 +00:00
|
|
|
option('jpeg', type: 'feature', value: 'auto', description: 'Enable JPEG compression')
|
2020-01-25 15:31:22 +00:00
|
|
|
option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication')
|
2020-05-18 20:11:32 +00:00
|
|
|
option('x86_64-simd', type: 'string', value: 'sse2',
|
2020-04-10 12:35:05 +00:00
|
|
|
description: 'Choose SIMD extension for x86_64 release build')
|