Zsolt Parragi 70cec18893 PKG-211: Link LLVM statically
This commit modifies the build scripts so that `llvmjit.so` links
LLVM statically instead of dynamically. No other binary affected,
the change shouldn't be user visible at all.

The memory footprint of postgres is also unaffected: only the
`llvmjit.so` dynamic library is affected. If postgres doesn't use
JIT, the LLVM library isn't loaded, as before. If it uses JIT, it
is loaded as part of `llvmjit.so`, sa before.

The only change is the binary size of `llvmjit.so`.
2025-02-18 08:23:36 +00:00
..
2024-04-09 14:21:57 +02:00
2020-07-24 10:42:08 +02:00
2012-08-21 23:42:43 -04:00
2025-02-18 08:23:36 +00:00
2010-09-20 22:08:53 +02:00
2023-12-20 09:44:37 +09:00
2019-03-27 23:36:00 +01:00
2023-11-06 15:18:04 +01:00
2022-07-06 07:41:33 +02:00
2019-01-18 08:38:34 +01:00