Apply COPT to CXXFLAGS as well

Peter Eisentraut <peter@eisentraut.org>

Commit: 0c3930d0768943ad1dedb5a6ace250ce9b65915c
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-07-01T05:30:55Z
Releases: 18.0
Apply COPT to CXXFLAGS as well

The main use of that make variable is to pass in -Werror.  It makes
sense to apply this to C++ as well.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/flat/fe3e200c-edee-44e0-a6e3-d45dca72873b%40eisentraut.org

Files

PathChange+/−
doc/src/sgml/installation.sgml modified +1 −1
src/Makefile.global.in modified +1 −0

Documentation touched

Discussion