mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-15 08:26:04 +08:00
3 lines
205 B
Meson
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)
|