aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 240e4f8..10cdf66 100644
--- a/Makefile
+++ b/Makefile
@@ -59,4 +59,4 @@ valgrind: $(NAME)
valgrind -s --leak-check=full --show-leak-kinds=all $(BIN)/$(NAME)
cppcheck: clean
- cppcheck --enable=all $(SRCS) 2> cppcheck.log
+ cppcheck --enable=all $(SRCS) --check-level=exhaustive 2> cppcheck.log