From 1786bc4914812120cace5eee6a7c7bb8af147d1e Mon Sep 17 00:00:00 2001 From: Be Date: Tue, 7 Sep 2021 09:04:04 -0500 Subject: [PATCH] GH Actions: revert CMAKE_BUILD_TYPE to RelWithDebInfo It is impractical to get backtraces from users if debug info is not shipped. Signed-off-by: Be --- .github/workflows/cmake_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml index 8f4a4512a0..917380370b 100644 --- a/.github/workflows/cmake_build.yml +++ b/.github/workflows/cmake_build.yml @@ -80,7 +80,7 @@ jobs: MACOSX_DEPLOYMENT_TARGET: 10.12 # CMake settings - CMAKE_BUILD_TYPE: MinSizeRel + CMAKE_BUILD_TYPE: RelWithDebInfo CMAKE_GENERATOR: ${{matrix.config.CMAKE_GENERATOR}} CMAKE_GENERATOR_PLATFORM: ${{matrix.config.CMAKE_GENERATOR_PLATFORM}}