diff --git a/Makefile b/Makefile index 24cb7ea..f659bb5 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,6 @@ re: $(MAKE) all run: $(NAME) - ./$(NAME) + ASAN_OPTIONS=detect_leaks=0 ./$(NAME) .PHONY: all clean fclean re