From d4bc38462f2802d09940c00567dc20f3576d05be Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Wed, 2 Jul 2025 18:59:15 +0100 Subject: [PATCH] C++: Add glibc to the list of bulk generation targets. --- cpp/bulk_generation_targets.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpp/bulk_generation_targets.yml b/cpp/bulk_generation_targets.yml index dbcec7bf9dd..39b5d4e56f9 100644 --- a/cpp/bulk_generation_targets.yml +++ b/cpp/bulk_generation_targets.yml @@ -2,6 +2,9 @@ language: cpp strategy: dca destination: cpp/ql/lib/ext/generated targets: +- name: glibc + with-sinks: false + with-sources: false - name: zlib with-sinks: false with-sources: false