aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2020-06-21 19:19:49 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2020-06-21 19:19:49 +0200
commit5b8578daeed73483b130618c954abb24afa8ddb9 (patch)
treeb87c893d7d6da1a07a0e668775bbb22e53e3216c /Makefile
parent70609c932e066ffab0d2e3a2a38d66e834399532 (diff)
downloadcompcert-kvx-5b8578daeed73483b130618c954abb24afa8ddb9.tar.gz
compcert-kvx-5b8578daeed73483b130618c954abb24afa8ddb9.zip
Preliminary support for Coq 8.12
Based on testing with beta-1 release. The deprecation warning about the "omega" tactic is ignored while we decide when to switch to "lia" instead.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df5fb03f..d91c5f37 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ RECDIRS=lib common $(ARCHDIRS) backend cfrontend driver flocq exportclight \
COQINCLUDES=$(foreach d, $(RECDIRS), -R $(d) compcert.$(d))
-COQCOPTS ?= -w -undeclared-scope
+COQCOPTS ?= -w -undeclared-scope -w -omega-is-deprecated
COQC="$(COQBIN)coqc" -q $(COQINCLUDES) $(COQCOPTS)
COQDEP="$(COQBIN)coqdep" $(COQINCLUDES)
COQDOC="$(COQBIN)coqdoc"