From ed549acd7d71d274c7e39480900b14d1b65c3cd1 Mon Sep 17 00:00:00 2001 From: François Pottier Date: Fri, 23 Oct 2015 09:59:07 +0200 Subject: Switch to --table mode. This is slightly slower but otherwise changes nothing. --- Makefile.menhir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.menhir') diff --git a/Makefile.menhir b/Makefile.menhir index db28ffaa..82f44e5f 100644 --- a/Makefile.menhir +++ b/Makefile.menhir @@ -9,7 +9,7 @@ MENHIR = menhir # bit slower, but supports more features, including advanced error # reporting. -MENHIR_TABLE = false +MENHIR_TABLE = true # To pass or not to pass --table. -- cgit