We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a8f9e commit 03c7894Copy full SHA for 03c7894
1 file changed
krmllib/Makefile
@@ -39,14 +39,14 @@ ifneq ($(RESOURCEMONITOR),)
39
endif
40
41
FSTAR = $(RUNLIM) $(FSTAR_EXE) $(FSTAR_OPTIONS) --cache_dir obj \
42
- $(addprefix --include , $(INCLUDE_PATHS)) --cmi \
+ $(addprefix --include , $(INCLUDE_PATHS)) \
43
--already_cached 'Prims FStar -FStar.Krml.Endianness LowStar -LowStar.Lib'
44
45
# Note: not compatible with the OPAM layout until fstar can be queried for the
46
# location of ulib.
47
ROOTS = $(wildcard *.fst) $(wildcard *.fsti) $(wildcard ../runtime/*.fst) \
48
FStar.UInt128.fst FStar.Date.fsti \
49
- FStar.HyperStack.IO.fst FStar.IO.fsti FStar.Int.Cast.Full.fst \
+ FStar.IO.fsti FStar.Int.Cast.Full.fst \
50
FStar.Bytes.fsti FStar.Dyn.fsti LowStar.Printf.fst LowStar.Endianness.fst
51
52
.PHONY: clean clean-c
0 commit comments