summaryrefslogtreecommitdiff
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, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 34dd392..da9b700 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -31,3 +31,8 @@ option('tests',
type : 'feature',
value : 'enabled',
description : 'Build usbredir\'s tests such as filter')
+
+option('extra-checks',
+ type : 'boolean',
+ value : false,
+ description : 'Enable extra checks on code. Do not use for production')