Skip to content
Snippets Groups Projects
Commit 5052a548 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Move COQ FLAGS to _CoqProject.

parent 2c261344
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,6 @@ ifeq ($(Y), 1)
YFLAG=-y
endif
# Configure Coq warnings
COQ_MAKEFILE_FLAGS ?= -arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files
# Forward most targets to Coq makefile (with some trick to make this phony)
%: Makefile.coq phony
+@make -f Makefile.coq $@
......
-Q theories stdpp
-arg -w -arg -notation-overridden,-redundant-canonical-projection,-several-object-files
theories/option.v
theories/fin_map_dom.v
theories/bset.v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment