Increase ANTLR timeout for building on slow machines

This commit is contained in:
ejurgensen 2015-05-08 22:25:12 +02:00
parent a183fc3299
commit bb01616315

View File

@ -153,7 +153,7 @@ if COND_ANTLR
SUFFIXES = .g .u
%.tokens %.c %Lexer.c %Parser.c %Lexer.h %Parser.h %.h: %.g
$(ANTLR) $(ANTLR_OPTIONS) $<
$(ANTLR) -Xconversiontimeout 30000 $(ANTLR_OPTIONS) $<
%.u: %.g
$(ANTLR) -depend $< > $@