Commit 23e3d10
fix(build): statically link libc++ on Linux to remove runtime LLVM dependency
- Add -static-libstdc++ linker flag on Linux/Clang builds so libc++ is
embedded in the binary rather than required as a runtime .so
- Simplify Dockerfile back to just libssl3 + libpq5; no LLVM apt repo needed
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f0e28b2 commit 23e3d10
2 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
12 | 9 | | |
13 | 10 | | |
14 | | - | |
15 | | - | |
| 11 | + | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
| |||
0 commit comments