forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit24ef127
committed
meson: mingw: Add -Wl,--disable-auto-import, enable when linking with readline
I hadn't ported -Wl,--disable-auto-import over from the win32 template as Ihad focused on msvc for windows. The flag is desirable as it makes it easierto find problems one would have with msvc, particularly useful during crosscompilation.This turned out to be a somewhat happy accident, as it allowed me to realizethat readline actually works on windows these days, as long as auto imports toenable. Therefore enable auto-import again as part of linking to readline.We perhaps can come up with a better solution for the readline issue, but thisseems good enough for now.Discussion:http://postgr.es/m/20220928022724.erzuk5v4ai4b53do@awork3.anarazel.de1 parent2dc2e4e commit24ef127
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
| 282 | + | |
| 283 | + | |
282 | 284 |
| |
283 | 285 |
| |
284 | 286 |
| |
| |||
1080 | 1082 |
| |
1081 | 1083 |
| |
1082 | 1084 |
| |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
1083 | 1092 |
| |
1084 | 1093 |
| |
1085 | 1094 |
| |
|
0 commit comments
Comments
(0)