Skip to content

Commit

Permalink
enable debug symbols in valgrind CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Jan 17, 2025
1 parent af8c4e4 commit 7ab294c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/ci_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def sanitize_kv(some_string):
if target == 'coverage':
flags += ['--with-coverage-info']

if target in ['coverage']:
if target in ['coverage', 'valgrind', 'valgrind-full', 'valgrind-ct', 'valgrind-ct-full']:
flags += ['--with-debug-info']

if target in ['coverage', 'sanitizer', 'fuzzers']:
Expand Down

0 comments on commit 7ab294c

Please sign in to comment.