refactor: make disassembler optional

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-27 01:31:32 +05:30
parent 1baebd72f6
commit bd91112509
9 changed files with 298 additions and 230 deletions

View File

@@ -1 +1,2 @@
option('tests', type : 'boolean', value : true, description: 'enable tests')
option('disassembler', type: 'boolean', value: false, description: 'enable disassembler')