d03 check ok pour leaks et correction warning copy contructor avec g++

This commit is contained in:
hugogogo
2022-03-14 18:01:40 +01:00
parent a3a82c1c18
commit aa6f1c9928
31 changed files with 23 additions and 732 deletions

View File

@@ -59,6 +59,9 @@ $(OBJS): $(HEADERS:%=$(D_HEADERS)/%)
$(NAME): $(OBJS)
$(CC) $(OBJS) -o $@ $(LIBS)
leaks: $(NAME)
valgrind --leak-check=full --show-leak-kinds=all ./$(NAME)
clean:
rm -f $(OBJS)