Skip to content

Commit a9d0892

Browse files
Merge pull request #246 from benediktahrens/type-in-type
add type-in-type flag
2 parents 039a6bc + c3d8b57 commit a9d0892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ include build/CoqMakefile.make
5757
endif
5858
everything: all html install
5959
OTHERFLAGS += $(MOREFLAGS)
60-
OTHERFLAGS += -noinit -indices-matter -w none
60+
OTHERFLAGS += -noinit -indices-matter -type-in-type -w none
6161
ifeq ($(VERBOSE),yes)
6262
OTHERFLAGS += -verbose
6363
endif

0 commit comments

Comments
 (0)