forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbfe2e84
committed
Remove -Wl,-undefined,dynamic_lookup in macOS build.
We don't need this anymore, and it prevents build-time error checkingthat's usually good to have, so remove it. Undoes one change of commitcac7658.Unfortunately, it's much harder to get a similar effect on other commonplatforms, because we don't want the linker to throw errors for symbolsthat will be resolved in the core backend. Only macOS and AIX expect thecore backend executable to be available while linking loadable modules,so only these platforms can usefully throw errors for unresolved symbolsat link time.Discussion: <2652.1475512158@sss.pgh.pa.us>1 parent11c0e74 commitbfe2e84
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
|
0 commit comments
Comments
(0)