aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorMaxime Dénès2019-02-01 12:55:59 +0100
committerMaxime Dénès2019-02-01 12:55:59 +0100
commitaa2394d4ee6525b811db1e1eb58573c2f7aa749c (patch)
tree8c1da5d75a777e5113d47804ced049bbb4ed3946 /Makefile.build
parentf6f9cf742ee5894be65d6e2de527e3ab5a643491 (diff)
parentd9fb8db86d5b4ddc79a207c5f0ac32eb98215e78 (diff)
Merge PR #9095: [toplevel] Deprecate `-compile` flag in favor of `coqc`
Ack-by: SkySkimmer Reviewed-by: Zimmi48 Ack-by: ejgallego Ack-by: gares Reviewed-by: maximedenes
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index e683a6bda8..4f42768227 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -198,7 +198,7 @@ TIMER=$(if $(TIMED), $(STDTIME), $(TIMECMD))
# TIME="%C (%U user, %S sys, %e total, %M maxres)"
COQOPTS=$(NATIVECOMPUTE) $(COQWARNERROR) $(COQUSERFLAGS)
-BOOTCOQC=$(TIMER) $(COQTOPBEST) -boot $(COQOPTS) -compile
+BOOTCOQC=$(TIMER) $(COQTOPBEST) -boot $(COQOPTS) -w -deprecate-compile-arg -compile
LOCALINCLUDES=$(addprefix -I ,$(SRCDIRS))
MLINCLUDES=$(LOCALINCLUDES)