meson,parseinstrs: Make decode and encode optional
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
option('archmode', type: 'combo', choices: ['both', 'only32', 'only64'])
|
||||
option('with_undoc', type: 'boolean', value: false)
|
||||
option('with_decode', type: 'boolean', value: true)
|
||||
option('with_encode', type: 'boolean', value: true)
|
||||
|
||||
Reference in New Issue
Block a user