git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 30d1379)
Don't disable ccache when building with coverage support
2019年9月24日 08:00:56 +0000 (10:00 +0200)
2019年9月24日 08:00:56 +0000 (10:00 +0200)
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


diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index dc3f207e1c4fbc48baa2bcf1a868c249af78216e..2d21068183b9125a712a0edecd9916e3dcf59764 100644 (file)
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -481,11 +481,6 @@ GCOV = @GCOV@
LCOV = @LCOV@
GENHTML = @GENHTML@
-ifeq ($(enable_coverage),yes)
-# ccache loses .gcno files
-export CCACHE_DISABLE = 1
-endif
-
# Feature settings
DEF_PGPORT = @default_port@
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /