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 <[email protected]> Reviewed-by: Andres Freund <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/fe3e200c-edee-44e0-a6e3-d45dca72873b%40eisentraut.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(-)
