We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe5712 commit cba0a88Copy full SHA for cba0a88
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
mkdir build
84
cd build
85
- cmake .. ${{ matrix.defines }}
+ cmake .. ${{ matrix.defines }} -DCMAKE_MSVC_DEBUG_INFORMATION_FORMAT="$<$<CONFIG:Debug,RelWithDebInfo>:Embedded>"
86
cmake --build . --config Debug
87
88
- name: Get commit hash
0 commit comments