aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d12884149..b370fc9a0 100644
--- a/Makefile
+++ b/Makefile
@@ -110,10 +110,9 @@ COQPRIME_FOLDER := coqprime
ifneq ($(filter 8.5%,$(COQ_VERSION)),) # 8.5
else
ifneq ($(PROFILE),)
-OTHERFLAGS += -profile-ltac -w "-notation-overridden"
-else
-OTHERFLAGS += -w "-notation-overridden"
+OTHERFLAGS += -profile-ltac
endif
+OTHERFLAGS += -w "-notation-overridden"
endif
COQPATH?=${CURDIR}/$(COQPRIME_FOLDER)