diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-01-09 15:31:51 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-18 08:53:52 +0200 |
commit | 34f983d86fe40ffe5975369c1cf5e6a61688383a (patch) | |
tree | 7d0f5794b6a90418e4e9ad7ecd57d140c55c59f6 /meson_options.txt | |
parent | d67212d47f7f114a34dba558997f6e56435777e1 (diff) |
build: move sanitizer tests to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 2e78cc251c..7f25cd3413 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -82,6 +82,10 @@ option('tcg', type: 'feature', value: 'enabled', description: 'TCG support') option('tcg_interpreter', type: 'boolean', value: false, description: 'TCG with bytecode interpreter (slow)') +option('sanitizers', type: 'boolean', value: false, + description: 'enable default sanitizers') +option('tsan', type: 'boolean', value: false, + description: 'enable thread sanitizer') option('cfi', type: 'boolean', value: false, description: 'Control-Flow Integrity (CFI)') option('cfi_debug', type: 'boolean', value: false, |