summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 891ccdf..fa4749c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -19,3 +19,6 @@ option('useroot', type : 'boolean', value : true,
option('tests', type : 'boolean', value : true,
description: 'Compile the test files')
+option('disable-libc-symbol-version', type : 'boolean', value : false,
+ description: 'Disable versioned symbols through libc')
+