We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499f02a commit af5978fCopy full SHA for af5978f
Makefile
@@ -107,6 +107,9 @@ all: coverage-instrument
107
ifeq ($(ALIRE),True)
108
alr build -- -XVERSION=$(VERSION) -XBUILD_DATE=$(BUILD_DATE) $(GPRBUILD_FLAGS)
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
112
+ $(GPRBUILD) -d -ws -c -u -P gnat/lsp_server.gpr -p $(BUILD_FLAGS) s-memory.adb
113
$(GPRBUILD) -P gnat/lsp_server.gpr -p $(COVERAGE_BUILD_FLAGS) \
114
-XVERSION=$(VERSION) -XBUILD_DATE=$(BUILD_DATE) $(GPRBUILD_CARGS)
115
endif
0 commit comments