Stop passing -t and -v on ripper build

Both of them are debug option.
Let's use `YFLAGS` for parse.y build if needed.
This commit is contained in:
yui-knk 2025-01-12 09:54:04 +09:00 committed by Yuichiro Kaneko
parent 566f9463c2
commit 84f0d2dd41
Notes: git 2025-01-13 00:23:51 +00:00

View File

@ -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