File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,9 @@ all: coverage-instrument
107107ifeq ($(ALIRE ) ,True)
108108 alr build -- -XVERSION=$(VERSION) -XBUILD_DATE=$(BUILD_DATE) $(GPRBUILD_FLAGS)
109109else
110- # We depends on our own overwritten s-memory.adb, this file is not recompiled
111- # when the version of GNAT was changed thus force its compilation
110+ # We have our own s-memory.adb which overwrites the default System.Memory implementation
111+ # For unclear reasons, this file is not recompiled when the version of GNAT was changed
112+ # and we get link errors. As a workaround, we force its recompilation explicitly here.
112113 $(GPRBUILD) -d -ws -c -u -P gnat/lsp_server.gpr -p $(BUILD_FLAGS) s-memory.adb
113114 $(GPRBUILD) -P gnat/lsp_server.gpr -p $(COVERAGE_BUILD_FLAGS) \
114115 -XVERSION=$(VERSION) -XBUILD_DATE=$(BUILD_DATE) $(GPRBUILD_CARGS)
You can’t perform that action at this time.
0 commit comments