meson: make disassembler feature true by default
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
".hh"
|
".hh"
|
||||||
".cc"
|
".cc"
|
||||||
".build"
|
".build"
|
||||||
"meson_options.txt"
|
".options"
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
|
2
meson.options
Normal file
2
meson.options
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
option('tests', type : 'boolean', value : true, description: 'enable tests')
|
||||||
|
option('disassembler', type: 'boolean', value: true, description: 'enable disassembler')
|
@@ -1,2 +0,0 @@
|
|||||||
option('tests', type : 'boolean', value : true, description: 'enable tests')
|
|
||||||
option('disassembler', type: 'boolean', value: false, description: 'enable disassembler')
|
|
Reference in New Issue
Block a user