mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 16:23:59 -05:00
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 <tristan@partin.io> Author: Jelte Fennema-Nio <postgres@jeltef.nl> Discussion: https://www.postgresql.org/message-id/flat/D98JHQF7H2A8.VSE3I4CJBTAB%40partin.io |
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.cygwin | ||
| Makefile.darwin | ||
| Makefile.freebsd | ||
| Makefile.linux | ||
| Makefile.netbsd | ||
| Makefile.openbsd | ||
| Makefile.solaris | ||
| Makefile.win32 | ||
| meson.build | ||
| pgxs.mk | ||