From 96ede9299f588ff79a83a4945b018e1c48c69e4b Mon Sep 17 00:00:00 2001 From: majcosta <34732933+majcosta@users.noreply.github.com> Date: Thu, 4 Dec 2025 14:37:43 -0300 Subject: [PATCH] Change CMake build type from Release to RelWithDebInfo --- .github/workflows/build_language.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_language.yml b/.github/workflows/build_language.yml index d233ef0f..3e93bf28 100644 --- a/.github/workflows/build_language.yml +++ b/.github/workflows/build_language.yml @@ -77,7 +77,7 @@ jobs: arch: x86 - name: Prepare build run: | - cmake -S . -B build -GNinja -DCMAKE_BUILD_TYPE=Release -DLanguages="$Env:JA2Language" -DApplications="$Env:JA2Application" + cmake -S . -B build -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLanguages="$Env:JA2Language" -DApplications="$Env:JA2Application" - name: Build run: | cmake --build build/ -- -v