Skip to content

Commit

Permalink
CI: use -gdwarf-4 with clang for compatibility with valgrind.
Browse files Browse the repository at this point in the history
See #532.
  • Loading branch information
jgm committed Mar 13, 2024
1 parent a739d49 commit 8b6924e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- '-DBUILD_SHARED_LIBS=YES'
- ''
compiler:
- c: 'clang'
cpp: 'clang++'
- c: 'clang -gdwarf-4'
cpp: 'clang++ -gdwarf-4'
- c: 'gcc'
cpp: 'g++'
env:
Expand Down

0 comments on commit 8b6924e

Please sign in to comment.