kopia lustrzana https://github.com/OpenRTX/OpenRTX
4 wiersze
338 B
Meson
4 wiersze
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')
|