Apply COPT to CXXFLAGS as well
authorPeter Eisentraut
Mon, 1 Jul 2024 05:30:38 +0000 (07:30 +0200)
committerPeter Eisentraut
Mon, 1 Jul 2024 05:30:55 +0000 (07:30 +0200)
commit0c3930d0768943ad1dedb5a6ace250ce9b65915c
treebf1957656d31961cbe21e2147acac22e720bd875
parent9004abf6206e815d25b7b763c756cf97b457f3cd
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
Reviewed-by: Andres Freund
Discussion: https://www.postgresql.org/message-id/flat/fe3e200c-edee-44e0-a6e3-d45dca72873b%40eisentraut.org
doc/src/sgml/installation.sgml
src/Makefile.global.in