2020-04-10 12:35:05 +00:00
|
|
|
option('examples', type: 'boolean', value: false, description: 'Build examples')
|
2020-04-04 20:10:06 +00:00
|
|
|
option('tight-encoding', type: 'feature', value: 'auto', description: 'Enable Tight encoding')
|
2020-01-25 15:31:22 +00:00
|
|
|
option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication')
|
2020-04-10 12:35:05 +00:00
|
|
|
option('x86_64-simd', type: 'string', value: 'avx',
|
|
|
|
description: 'Choose SIMD extension for x86_64 release build')
|