From 762eebf596d14bf25d9c3cc1ec87167991efb270 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Apr 2023 18:26:50 -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 10bbd76..257c045 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,9 +4,6 @@ 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