From c4d8c28a55634733638967487b6de974073d07b7 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 6 Jan 2017 15:06:18 +0100 Subject: [PATCH] disable annoying warning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79ae75eb8..c200a4c4e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ COQ_VERSION=$(shell coqc --version | egrep -o 'version 8.[0-9]' | egrep -o '8.[0 COQ_MAKEFILE_FLAGS ?= ifeq ($(COQ_VERSION), 8.6) - COQ_MAKEFILE_FLAGS += -arg -w -arg -notation-overridden,-redundant-canonical-projection + COQ_MAKEFILE_FLAGS += -arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files endif # Forward most targets to Coq makefile (with some trick to make this phony) -- GitLab