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 79ff4a3..008701b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -75,6 +75,11 @@ option(
description : 'Use GNU style inline assembler',
)
option(
+ 'cpu-features-path',
+ type : 'string',
+ description : 'Path to platform-specific cpu-features.[ch] for systems that do not provide it (e.g. Android)',
+)
+option(
'openmp',
type : 'feature',
description : 'Enable openmp support',