| Index: meson_options.txt |
| =================================================================== |
| --- a/meson_options.txt |
| +++ b/meson_options.txt |
| @@ -1,3 +1,4 @@ |
| option('tracing', type: 'boolean', value: false) |
| option('native', type: 'boolean', value: false) |
| +option('asan', type: 'boolean', value: true) |
| option('emscripten-config', type: 'string', value: '~/.emscripten') |