Skip to content

Commit

Permalink
Work around issue with -I
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Jan 29, 2025
1 parent ca0eed1 commit 3c0618f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Rewriter/Rewriter/Examples/PerfTesting/Makefile.coq.local
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
PERF_ABS_DIR := $(patsubst %/,%,$(dir $(mkfile_path)))

ifeq ($(EXTERNAL_PERF_DEPENDENCIES),1)
# work around https://github.com/coq/coq/pull/20154#pullrequestreview-2579725354 by removing -I flags
OCAMLLIBS:=
COQLIBS:=$(COQLIBS_NOML)
endif

include $(PERF_ABS_DIR)/Makefile.timing
include $(PERF_ABS_DIR)/Makefile.generated-files
include $(PERF_ABS_DIR)/Makefile.coq-versions-files

0 comments on commit 3c0618f

Please sign in to comment.