Skip to content

Commit 84f0d2d

Browse files
committed
Stop passing -t and -v on ripper build
Both of them are debug option. Let's use `YFLAGS` for parse.y build if needed.
1 parent 566f946 commit 84f0d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ripper/depend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ripper.o: ripper.c
1212

1313
.y.c:
1414
$(ECHO) compiling compiler $<
15-
$(Q) $(BISON) -t -v -o$@ - $< < $<
15+
$(Q) $(BISON) -o$@ - $< < $<
1616

1717
all: check
1818
static: check

0 commit comments

Comments
 (0)