aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3324ec86a..1d4020efb 100644
--- a/Makefile
+++ b/Makefile
@@ -76,9 +76,9 @@ COQPRIME_FOLDER := coqprime
ifneq ($(filter 8.5%,$(COQ_VERSION)),) # 8.5
else
ifneq ($(PROFILE),)
-OTHERFLAGS ?= -profile-ltac -w "-deprecated-appcontext -notation-overridden"
+OTHERFLAGS ?= -profile-ltac -w "-notation-overridden"
else
-OTHERFLAGS ?= -w "-deprecated-appcontext -notation-overridden"
+OTHERFLAGS ?= -w "-notation-overridden"
endif
endif