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

Commit0c9e292

Browse files
committed
make use of SHLIB_LINK
1 parent53bb752 commit0c9e292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎run_tests.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ make USE_PGXS=1 clean
4141
# initialize database
4242
initdb
4343

44-
# build pg_pathman (using PG_CPPFLAGS for gcov)
45-
make USE_PGXS=1 PG_CPPFLAGS="-coverage"
44+
# build pg_pathman (using PG_CPPFLAGSand SHLIB_LINKfor gcov)
45+
make USE_PGXS=1 PG_CPPFLAGS="-coverage" SHLIB_LINK="-coverage"
4646
make USE_PGXS=1 install
4747

4848
# check build

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp