Enable tight encoding by default
parent
a54b9ddd8e
commit
14fed5c182
|
@ -1,3 +1,3 @@
|
||||||
option('tight-encoding', type: 'feature', value: 'disabled', description: 'Enable Tight encoding (experimental)')
|
option('tight-encoding', type: 'feature', value: 'enabled', description: 'Enable Tight encoding')
|
||||||
option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication')
|
option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication')
|
||||||
option('examples', type: 'boolean', value: false, description: 'Build examples')
|
option('examples', type: 'boolean', value: false, description: 'Build examples')
|
||||||
|
|
Loading…
Reference in New Issue