summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJames Hilliard <james.hilliard1@gmail.com>2022-06-08 10:13:42 +0000
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-06-10 14:01:19 +0200
commit76abad4d4794ef9990afc7f4af1e7737984ec729 (patch)
tree22f629c0d5ad5cc97d211e11c9150478f1ae81ee /meson_options.txt
parent02bf03405ba513672daf4c8419b888228bda7396 (diff)
downloadsystemd-76abad4d4794ef9990afc7f4af1e7737984ec729.tar.gz
meson: add experimental bpf-gcc compiler support
Not fully working but should make it easier to clean up remaining issues.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3bb25c6f76..3a1d7ce0ec 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -496,6 +496,8 @@ option('kernel-install', type: 'boolean', value: 'true',
option('analyze', type: 'boolean', value: 'true',
description : 'install systemd-analyze')
+option('bpf-compiler', type : 'combo', choices : ['clang', 'gcc'],
+ description: 'compiler used to build BPF programs, note: gcc is experimental')
option('bpf-framework', type : 'combo', choices : ['auto', 'true', 'false'],
description: 'build BPF programs from source code in restricted C')