etl/meson_options.txt
Roland Reichwein fe17d32e9b
Fix meson build (#1431)
Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
2026-05-06 10:10:14 +01:00

3 lines
205 B
Meson

option('use_stl', description: 'Compiling for STL', type: 'boolean', value: true)
option('enable_sanitizer', description: 'Enable address and undefined behavior sanitizers', type: 'boolean', value: false)