Skip to content

Commit cd71bfb

Browse files
authored
Adjust CPPFLAGS
1 parent edd13e9 commit cd71bfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Build cppcheck
3737
run: |
38-
CXXFLAGS="-O1 -g" make -j$(nproc) USE_Z3=yes HAVE_RULES=yes MATCHCOMPILER=yes
38+
CXXFLAGS="-O1 -g" make -j$(nproc) USE_Z3=yes HAVE_RULES=yes MATCHCOMPILER=yes CPPFLAGS="-DCHECK_INTERNAL"
3939
4040
- name: Run valgrind on cppcheck self-check
4141
run: |

0 commit comments

Comments
 (0)