Skip to content

Commit 2e5c83a

Browse files
committed
Don't disable ccache when building with coverage support
This was working around a bug in ccache that was fixed in ccache 3.2.2 (released 2015-05-10). (Users of older ccache versions can continue to set CCACHE_DISABLE themselves.) Discussion: https://www.postgresql.org/message-id/20190530191130.GA24528@alvherre.pgsql
1 parent 30d1379 commit 2e5c83a

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-
export CCACHE_DISABLE = 1
487-
endif
488-
489484
# Feature settings
490485

491486
DEF_PGPORT = @default_port@

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy