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:
parent
566f9463c2
commit
84f0d2dd41
Notes:
git
2025-01-13 00:23:51 +00:00
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user