aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.menhir
diff options
context:
space:
mode:
authorFrançois Pottier <francois.pottier@inria.fr>2015-10-23 09:59:07 +0200
committerFrançois Pottier <francois.pottier@inria.fr>2015-10-23 09:59:07 +0200
commited549acd7d71d274c7e39480900b14d1b65c3cd1 (patch)
treedcf3fab4bffc9db2fd348f7772612959d86da9ab /Makefile.menhir
parent1ea7d1d09c350d0f0613f0bd763c3e01a70ddbb9 (diff)
downloadcompcert-kvx-ed549acd7d71d274c7e39480900b14d1b65c3cd1.tar.gz
compcert-kvx-ed549acd7d71d274c7e39480900b14d1b65c3cd1.zip
Switch to --table mode. This is slightly slower but otherwise changes nothing.
Diffstat (limited to 'Makefile.menhir')
-rw-r--r--Makefile.menhir2
1 files changed, 1 insertions, 1 deletions
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.