]> git.saurik.com Git - bison.git/blobdiff - src/Makefile.am
Work around Java's ``code too large'' problem for parser tables.
[bison.git] / src / Makefile.am
index ef974457f615cba59fbd2416569517ba40a286a9..7686d81c7942879e845a88350daf6d25a9e73d77 100644 (file)
@@ -24,7 +24,7 @@ LDADD = ../lib/libbison.a $(LIBINTL)
 
 # Use our own Bison to build the parser.  Of course, you ought to
 # keep a sane version of Bison nearby...
-YACC = ../tests/bison -y --warnings=all,error
+YACC = ../tests/bison -y --warnings=all,error --report=all
 
 bin_PROGRAMS = bison
 bin_SCRIPTS = $(YACC_SCRIPT)