Enable tight encoding by default

pull/30/head
Andri Yngvason 2020-04-03 22:55:55 +00:00
parent a54b9ddd8e
commit 14fed5c182
1 changed files with 1 additions and 1 deletions

View File

@ -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('examples', type: 'boolean', value: false, description: 'Build examples')