aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-10-10 19:54:52 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-10-10 19:54:52 -0400
commitaa81e1ffd569bde9012164b27b0fd01190f6aa0b (patch)
treec8cd77eae4b2674ca64275ca9fd4fa5bca1a4da1 /Makefile
parent9279ff69732ca873758365518de8105c250ecd23 (diff)
Factor out -w "-notation-overridden" in Makefile
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)