aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3210b0d..6472e14 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,12 +1,9 @@
-# Copyright 2019-2022 David Robillard <d@drobilla.net>
+# Copyright 2019-2023 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR GPL-2.0-or-later
option('benchmarks', type: 'feature', value: 'auto', yield: true,
description: 'Build benchmarks')
-option('strict', type: 'boolean', value: false, yield: true,
- description: 'Enable ultra-strict warnings')
-
option('tests', type: 'feature', value: 'auto', yield: true,
description: 'Build tests')