From 60e7a70bd025f4105bcbeea00a2297cb546e133e Mon Sep 17 00:00:00 2001 From: MGThePro <17652761+MGThePro@users.noreply.github.com> Date: Thu, 6 May 2021 16:26:03 +0200 Subject: [PATCH] Revert to Release build type congratulations to Bunnei for figuring out the issue without our help (oopsie, we forgot to post it) --- .github/workflows/docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.sh b/.github/workflows/docker.sh index a96744b2b..9ccd02da2 100644 --- a/.github/workflows/docker.sh +++ b/.github/workflows/docker.sh @@ -18,7 +18,7 @@ find . -name "CMakeLists.txt" -exec sed -i 's/-Werror/-W/g' {} + mkdir build && cd build cmake .. \ - -DCMAKE_BUILD_TYPE=MinSizeRel \ + -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_C_COMPILER=/usr/lib/ccache/gcc \ -DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ \ -DTITLE_BAR_FORMAT_IDLE="$title" \