OpenRTX/meson_options.txt
2021-02-17 09:52:36 +01:00

4 lines
338 B
Meson

option('asan', type : 'boolean', value : false, description : 'Compile the software with AddressSanitizer')
option('ubsan', type : 'boolean', value : false, description : 'Compile the software with Undefined Behaviour Sanitizer')
option('test', type: 'string', description: 'Replace the main OpenRTX source file with a specialized test')