mirror of
https://github.com/postgres/postgres.git
synced 2026-03-30 06:16:39 -04:00
headerscheck in C++ mode (cpluspluscheck) previously hardcoded CXXFLAGS and documented that you might need to override them manually from the environment. Now that we have better C++ support in the build system, we can just get CXXFLAGS from Makefile.global, like we do for other variables. Furthermore, this is necessary in some configurations to make cpluspluscheck work under meson, because under meson, some -I options end up in CXXFLAGS where under make they would be in CPPFLAGS. Therefore, getting the correct CXXFLAGS is required in those cases. Reviewed-by: Nazir Bilal Yavuz <byavuz81@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/CAMSWrt-PoQt4sHryWrB1ViuGBJF_PpbjoSGrWR2Ry47bHNLDqg%40mail.gmail.com |
||
|---|---|---|
| .. | ||
| backend | ||
| bin | ||
| common | ||
| fe_utils | ||
| include | ||
| interfaces | ||
| makefiles | ||
| pl | ||
| port | ||
| template | ||
| test | ||
| timezone | ||
| tools | ||
| tutorial | ||
| .gitignore | ||
| DEVELOPERS | ||
| Makefile | ||
| Makefile.global.in | ||
| Makefile.shlib | ||
| meson.build | ||
| nls-global.mk | ||