From: Matthew Newton Date: Mon, 10 Oct 2022 15:18:00 +0000 (+0100) Subject: CI: explicitly enable developer mode X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6023e01206544df1969417fef6523f7e44b1333d;p=thirdparty%2Ffreeradius-server.git CI: explicitly enable developer mode --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baf402b9634..c55230c6004 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -267,6 +267,7 @@ jobs: build_paths="--with-openssl-lib-dir=/opt/openssl/lib64 --with-openssl-include-dir=/opt/openssl/include" fi CFLAGS="${BUILD_CFLAGS}" ./configure -C \ + --enable-developer \ --enable-werror \ $enable_sanitizers \ $build_paths \