]> granicus.if.org Git - postgresql/commit
Don't disable ccache when building with coverage support
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 24 Sep 2019 08:00:56 +0000 (10:00 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 24 Sep 2019 08:00:56 +0000 (10:00 +0200)
commit2e5c83acbb7b3916037b3e3a2f81ced10d413a3e
tree3b8d37c3ca9755c2267001d6097bdad1dde51003
parent30d13796582fe13df0cbea1a8605d926a454d32f
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
src/Makefile.global.in