From 84f0d2dd4135d59ff0c65370435255d2a97e574e Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sun, 12 Jan 2025 09:54:04 +0900 Subject: [PATCH] Stop passing `-t` and `-v` on ripper build Both of them are debug option. Let's use `YFLAGS` for parse.y build if needed. --- ext/ripper/depend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ripper/depend b/ext/ripper/depend index fe6bd872bd..68a5558779 100644 --- a/ext/ripper/depend +++ b/ext/ripper/depend @@ -12,7 +12,7 @@ ripper.o: ripper.c .y.c: $(ECHO) compiling compiler $< - $(Q) $(BISON) -t -v -o$@ - $< < $< + $(Q) $(BISON) -o$@ - $< < $< all: check static: check