diff options
author | James Hilliard <james.hilliard1@gmail.com> | 2022-06-08 12:13:42 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-06-10 14:01:19 +0200 |
commit | 76abad4d4794ef9990afc7f4af1e7737984ec729 (patch) | |
tree | 22f629c0d5ad5cc97d211e11c9150478f1ae81ee /meson_options.txt | |
parent | Merge pull request #23689 from yuwata/test-timedate (diff) | |
download | systemd-76abad4d4794ef9990afc7f4af1e7737984ec729.tar.xz systemd-76abad4d4794ef9990afc7f4af1e7737984ec729.zip |
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.txt | 2 |
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') |