guix: configure with -Werror=dev

This commit is contained in:
fanquake 2025-07-03 13:51:42 +01:00
parent 44097ddb19
commit 7b420ca834
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -242,6 +242,7 @@ mkdir -p "$DISTSRC"
cmake -S . -B build \
--toolchain "${BASEPREFIX}/${HOST}/toolchain.cmake" \
-DWITH_CCACHE=OFF \
-Werror=dev \
${CONFIGFLAGS}
# Build Bitcoin Core