File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,9 @@ all: coverage-instrument
107
107
ifeq ($(ALIRE ) ,True)
108
108
alr build -- -XVERSION=$(VERSION) -XBUILD_DATE=$(BUILD_DATE) $(GPRBUILD_FLAGS)
109
109
else
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.
112
113
$(GPRBUILD) -d -ws -c -u -P gnat/lsp_server.gpr -p $(BUILD_FLAGS) s-memory.adb
113
114
$(GPRBUILD) -P gnat/lsp_server.gpr -p $(COVERAGE_BUILD_FLAGS) \
114
115
-XVERSION=$(VERSION) -XBUILD_DATE=$(BUILD_DATE) $(GPRBUILD_CARGS)
You can’t perform that action at this time.
0 commit comments