This commit is contained in:
Gundolf Haase 2025-12-11 15:07:16 +01:00
commit 82c47960d4

View file

@ -152,7 +152,7 @@ heap: ${PROGRAM}
heaptrack_gui `ls -1tr heaptrack.$^.* |tail -1` &
codecheck: $(SOURCES)
cppcheck --enable=all --inconclusive --std=c++17 -I${CUDA_INC} --suppress=missingIncludeSystem $^
cppcheck --enable=all --inconclusive --std=c++17 --suppress=missingIncludeSystem $^
########################################################################