Decouple C++ support in Meson's PGXS from LLVM enablement This is important for Postgres extensions that are written in C++, such as pg_duckdb, which uses PGXS as the build system currently. In the autotools build, C++ is not coupled to LLVM. If the autotools build is configured without --with-llvm, the C++ compiler and the various flags get persisted into the Makefile.global.
Author: Tristan Partin <[email protected]> Author: Jelte Fennema-Nio <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/D98JHQF7H2A8.VSE3I4CJBTAB%40partin.io Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/69d76fb2ab788d1715c82aece7b1dff10f483882 Modified Files -------------- meson.build | 29 ++++++++++++++++++----------- src/include/meson.build | 8 +++++++- src/makefiles/meson.build | 3 +-- 3 files changed, 26 insertions(+), 14 deletions(-)
