neatvnc/meson_options.txt

7 lines
481 B
Meson
Raw Normal View History

2020-05-27 21:59:34 +00:00
option('benchmarks', type: 'boolean', value: false, description: 'Build benchmarks')
option('examples', type: 'boolean', value: false, description: 'Build examples')
option('tight-encoding', type: 'feature', value: 'auto', description: 'Enable Tight encoding')
option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication')
option('x86_64-simd', type: 'string', value: 'sse2',
description: 'Choose SIMD extension for x86_64 release build')