We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd13e9 commit cd71bfbCopy full SHA for cd71bfb
1 file changed
.github/workflows/valgrind.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Build cppcheck
37
run: |
38
- CXXFLAGS="-O1 -g" make -j$(nproc) USE_Z3=yes HAVE_RULES=yes MATCHCOMPILER=yes
+ CXXFLAGS="-O1 -g" make -j$(nproc) USE_Z3=yes HAVE_RULES=yes MATCHCOMPILER=yes CPPFLAGS="-DCHECK_INTERNAL"
39
40
- name: Run valgrind on cppcheck self-check
41
0 commit comments