OpenRTX/meson_options.txt

4 wiersze
338 B
Meson
Czysty Zwykły widok Historia

2020-11-13 11:38:39 +00:00
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')
2020-11-27 11:49:39 +00:00
option('test', type: 'string', description: 'Replace the main OpenRTX source file with a specialized test')