From 80a3fa1006048026a5bc8cf69612be587029e855 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Apr 2023 18:27:18 -0400 Subject: Replace strict option with new meson warning level --- meson_options.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 41de10f..b71c99d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -13,9 +13,6 @@ option('default_lv2_path', type: 'string', value: '', yield: true, option('docs', type: 'feature', value: 'auto', yield: true, description: 'Build documentation') -option('strict', type: 'boolean', value: false, yield: true, - description: 'Enable ultra-strict warnings') - option('tests', type: 'feature', value: 'auto', yield: true, description: 'Build tests') -- cgit v1.2.1