diff options
author | Jonathan Rudenberg <jonathan@titanous.com> | 2018-01-16 10:25:43 -0500 |
---|---|---|
committer | Jonathan Rudenberg <jonathan@titanous.com> | 2018-01-17 13:57:06 -0500 |
commit | 31e57a35dc7f34556fe66c4a661729a37f966814 (patch) | |
tree | f38040eff1b5116cc1e421c4c2ec69c2f7560477 /meson_options.txt | |
parent | 7d941c0635e3b4a9f647ff15f7654ea13fa080b4 (diff) | |
download | systemd-31e57a35dc7f34556fe66c4a661729a37f966814.tar.gz systemd-31e57a35dc7f34556fe66c4a661729a37f966814.tar.bz2 systemd-31e57a35dc7f34556fe66c4a661729a37f966814.zip |
fuzz: allow building fuzzers outside of oss-fuzz
Add a new -Dllvm-fuzz=true option that can be used to build against
libFuzzer and update the oss-fuzz script to work outside of the
oss-fuzz build environment.
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 9e7cad7471..eda5a579f2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -294,3 +294,5 @@ option('install-tests', type : 'boolean', value : 'false', option('oss-fuzz', type : 'boolean', value : 'false', description : 'build against oss-fuzz') +option('llvm-fuzz', type : 'boolean', value : 'false', + description : 'build against LLVM libFuzzer') |