aboutsummaryrefslogtreecommitdiffstats
path: root/build-scripts/test-unsigned-char
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-10-06 13:14:23 +0200
committerJay Berkenbilt <ejb@ql.org>2022-10-06 13:14:23 +0200
commit06c6f9a971be5239ebfbac6aaa757a86085c1598 (patch)
treee5783e322db64c84f5c0484e166aad1e8fb0210d /build-scripts/test-unsigned-char
parentd14765f1c3032af24207e7e3b1a34987d17ef73a (diff)
downloadqpdf-06c6f9a971be5239ebfbac6aaa757a86085c1598.tar.zst
Enable verbose build for CI
That way we can always ensure that the right compiler flags are being used if there is an issue.
Diffstat (limited to 'build-scripts/test-unsigned-char')
-rwxr-xr-xbuild-scripts/test-unsigned-char2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/test-unsigned-char b/build-scripts/test-unsigned-char
index 1f4c68d8..11ede4ee 100755
--- a/build-scripts/test-unsigned-char
+++ b/build-scripts/test-unsigned-char
@@ -13,7 +13,7 @@ env CFLAGS="-funsigned-char" \
-DCI_MODE=1 -DBUILD_STATIC_LIBS=0 -DCMAKE_BUILD_TYPE=Release \
-DREQUIRE_CRYPTO_OPENSSL=1 -DREQUIRE_CRYPTO_GNUTLS=1 \
-DENABLE_QTC=1
-cmake --build build -j$(nproc) -- -k
+cmake --build build --verbose -j$(nproc) -- -k
cd build
# Make sure char is unsigned by default. ./build-linux verifies that
# that build has char signed by default. That way we can be sure we