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

Commit2e5c83a

Browse files
committed
Don't disable ccache when building with coverage support
This was working around a bug in ccache that was fixed in ccache3.2.2 (released 2015-05-10). (Users of older ccache versions cancontinue to set CCACHE_DISABLE themselves.)Discussion:https://www.postgresql.org/message-id/20190530191130.GA24528@alvherre.pgsql
1 parent30d1379 commit2e5c83a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎src/Makefile.global.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -481,11 +481,6 @@ GCOV = @GCOV@
481481
LCOV = @LCOV@
482482
GENHTML = @GENHTML@
483483

484-
ifeq ($(enable_coverage),yes)
485-
# ccache loses .gcno files
486-
exportCCACHE_DISABLE = 1
487-
endif
488-
489484
# Feature settings
490485

491486
DEF_PGPORT = @default_port@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp