]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Cleanup fuzz targets module
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 16 Aug 2023 13:20:49 +0000 (15:20 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:41 +0000 (13:28 +0100)
meson/fuzz-targets/meson.build

index e1d95f33e36c837ffcca3bbd07466e6de2c45478..cffb846500234f633ec9e89f6cf3da8d3db02ba1 100644 (file)
@@ -1,5 +1,2 @@
-# Fuzzing Targets
-# Inputs: conf
-
 opt_fuzz = get_option('fuzz-targets')
-conf.set10('FUZZ_TARGETS', opt_fuzz, description: 'Whether to enable fuzzing targets')
+conf.set('FUZZ_TARGETS', opt_fuzz, description: 'Fuzzing targets')