Browse Source

valgrind CI: add missing debugging information

master
Samuel Thibault 3 years ago
parent
commit
e17f0764e3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -65,7 +65,7 @@ jobs:

- sanitizer: "valgrind"
deps: "libtool-bin valgrind"
configflags: ''
configflags: '-g -Og'
config: ""
build_env: 'VALGRIND="libtool --mode=execute valgrind --track-origins=yes --leak-check=full --error-exitcode=1" '
check_env: 'VALGRIND="libtool --mode=execute valgrind --track-origins=yes --leak-check=full --error-exitcode=1" '

Loading…
Cancel
Save