Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita4ebbd2

Browse files
committed
Remove PARTIAL_LINKING build mode.
In9956ddc, ten years ago, thecurrent objfile.txt based linking model was introduced. It's time toretire the old SUBSYS.o based model.This primarily is pertinent because the bitcode files for LLVM basedinlining are not produced when using PARTIAL_LINKING. It does not seemworth to fix PARTIAL_LINKING to support that.Author: Andres FreundDiscussion:https://postgr.es/m/20180121204356.d5oeu34jetqhmdv2@alap3.anarazel.de
1 parent1b26bd4 commita4ebbd2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎src/backend/common.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@
88
# this directory and SUBDIRS to subdirectories containing more things
99
# to build.
1010

11-
ifdefPARTIAL_LINKING
12-
# old style: linking using SUBSYS.o
13-
subsysfilename = SUBSYS.o
14-
else
15-
# new style: linking all object files at once
1611
subsysfilename = objfiles.txt
17-
endif
1812

1913
SUBDIROBJS =$(SUBDIRS:%=%/$(subsysfilename))
2014

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp