summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2021-01-21 00:40:54 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2021-01-21 01:27:14 +0100
commit1f5807d9c313cd04c9812ed8226098831099bacb (patch)
treeaf049ab76a5101bb14643eed425fb70149cd7396 /.github/workflows
parent912d77531765593cd226da3886668a76825439b5 (diff)
Generate Debug Infor during workflow builds.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6c2dcb6d29..8b1a78d634 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -195,7 +195,7 @@ jobs:
run: >-
cmake
-G "${{ matrix.cmake_generator }}"
- -DCMAKE_BUILD_TYPE=Release
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo
"-DCMAKE_PREFIX_PATH=${{ env.CMAKE_PREFIX_PATH }}"
-DDEBUG_ASSERTIONS_FATAL=ON
-DQt5_DIR=${{ env.QT_PATH }} ${{ matrix.cmake_args }} ${{ env.CMAKE_ARGS_EXTRA }}