diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index e41ba23..659c74c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,8 +4,5 @@ option('benchmarks', type: 'feature', value: 'auto', yield: true, option('strict', type: 'boolean', value: false, yield: true, description: 'Enable ultra-strict warnings') -option('test_malloc', type: 'boolean', value: true, - description: 'Test allocation failure') - option('tests', type: 'boolean', value: true, yield: true, description: 'Build tests') |