Skip to content

Commit

Permalink
Build real heap on top of core HOL heap (saving some time)
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Sep 26, 2024
1 parent cfa24e2 commit 938c94e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/real/analysis/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ DEPS = $(patsubst %,%.uo,$(BARE_DEPS))

all: $(HOLHEAP) selftest.exe

$(HOLHEAP): $(DEPS) $(dprot $(HOLDIR)/src/num/termination/numheap)
$(protect $(HOLDIR)/bin/buildheap) $(DEBUG_FLAG) -o $@ \
-b $(protect $(HOLDIR)/src/num/termination/numheap) $(BARE_DEPS)
$(HOLHEAP): $(DEPS) $(dprot $(HOLDIR)/bin/hol.state)
$(protect $(HOLDIR)/bin/buildheap) $(DEBUG_FLAG) -o $@ $(BARE_DEPS)
endif

ifeq ($(KERNELID),otknl)
Expand Down

0 comments on commit 938c94e

Please sign in to comment.