aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-09-28 10:19:00 -0700
committerAndres Freund <andres@anarazel.de>2022-09-30 19:14:35 -0700
commit24ef127b6d1f268ca09f4c501b4655e914329c5a (patch)
tree0e5317d21347521ddcf5102b00193e07e5b34c5b /src/backend/commands/variable.c
parent2dc2e4e31adb71502074c8c2bf9e0766347aa6e5 (diff)
downloadpostgresql-24ef127b6d1f268ca09f4c501b4655e914329c5a.tar.gz
postgresql-24ef127b6d1f268ca09f4c501b4655e914329c5a.zip
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 I had focused on msvc for windows. The flag is desirable as it makes it easier to find problems one would have with msvc, particularly useful during cross compilation. This turned out to be a somewhat happy accident, as it allowed me to realize that readline actually works on windows these days, as long as auto imports to enable. 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 this seems good enough for now. Discussion: http://postgr.es/m/20220928022724.erzuk5v4ai4b53do@awork3.anarazel.de
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions