pgsql: Apply COPT to CXXFLAGS as well

Started by Peter Eisentrautalmost 2 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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: /messages/by-id/fe3e200c-edee-44e0-a6e3-d45dca72873b@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0c3930d0768943ad1dedb5a6ace250ce9b65915c

Modified Files
--------------
doc/src/sgml/installation.sgml | 2 +-
src/Makefile.global.in | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)