Skip to content

Commit 16491d1

Browse files
authored
[CI] Compile in debug mode by default
1 parent 47fcc05 commit 16491d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup SIFDecode
5353
shell: bash
5454
run: |
55-
meson setup builddir --prefix=$GITHUB_WORKSPACE/../meson
55+
meson setup builddir --buildtype=debug --prefix=$GITHUB_WORKSPACE/../meson
5656
5757
- name: Build SIFDecode
5858
shell: bash

0 commit comments

Comments
 (0)