From d38e294a434a43fd6757dc974ee29c5eecc450e0 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Fri, 18 Feb 2022 14:24:25 +0000 Subject: [PATCH] build-info: add info about fuzztargets We were missing that information from the Development information --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 70b12235cd..a34b71f4f0 100644 --- a/configure.ac +++ b/configure.ac @@ -2597,6 +2597,7 @@ Development settings: Unit tests enabled: ${enable_unittests} Debug output enabled: ${enable_debug} Debug validation enabled: ${enable_debug_validation} + Fuzz targets enabled: ${enable_fuzztargets} Generic build parameters: Installation prefix: ${prefix} -- 2.47.2