From 8f333a4b5e0c96319fb8c8459eaea94ddd3959cb Mon Sep 17 00:00:00 2001 From: Robert O'Callahan Date: Mon, 27 May 2024 10:55:32 +1200 Subject: [PATCH] Revert "Make CI use CMAKE_BUILD_TYPE=RELEASE" This reverts commit 65bbaa0281309389b8e7dd103ae646afe0d86ecc. We want -Werror. --- scripts/github-actions-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github-actions-build.sh b/scripts/github-actions-build.sh index 83948868894..51ab6c784d9 100755 --- a/scripts/github-actions-build.sh +++ b/scripts/github-actions-build.sh @@ -15,5 +15,5 @@ sudo apt-get install -y $EXTRA_PACKAGES cmake g++ pkg-config zlib1g-dev git pyth mkdir obj cd obj -cmake -G Ninja -DCMAKE_BUILD_TYPE=RELEASE -Dstaticlibs=FALSE .. +cmake -G Ninja -DCMAKE_BUILD_TYPE=DEBUG -Dstaticlibs=FALSE .. ninja