aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b518c702d..3be8c6754 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,10 @@ ifneq ($(filter 8.4%,$(COQ_VERSION)),) # 8.4
COQPRIME_FOLDER := coqprime-8.4
else
COQPRIME_FOLDER := coqprime
+ifneq ($(filter 8.5%,$(COQ_VERSION)),) # 8.5
+else
+OTHERFLAGS ?= -w "-deprecated-appcontext -notation-overridden"
+endif
endif
coqprime: