aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2026-03-19 06:33:26 +0100
committerJunio C Hamano <gitster@pobox.com>2026-03-19 06:40:09 -0700
commitdaa56fb7897ce8819e5a64f4ec7800b3eef03031 (patch)
treeb36beaca4762e478aa97ba6345ece20a887ed241 /ci
parentbaa61e46da8f501e3b2d1900486255a546d3535b (diff)
downloadgit-daa56fb7897ce8819e5a64f4ec7800b3eef03031.tar.xz
meson: compile compatibility sources separately
In the next commit we're about to introduce a precompiled header for "git-compat-util.h". The consequence of this change is that we'll implicitly include that header for every compilation unit that uses the precompiled headers. This is okay for our "normal" library sources and our builtins. But some of our compatibility sources do not include the header on purpose, and doing so would cause compilation errors. Prepare for this change by splitting out compatibility sources into their static library. Like this, we can selectively enable precompiled headers for the library sources. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci')
0 files changed, 0 insertions, 0 deletions