Stop using "-multiply_defined suppress" on macOS.
commite73d6a0df42c39509141140ca227013092ad846b
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Sep 2023 01:06:21 +0000 (26 21:06 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 Sep 2023 01:06:21 +0000 (26 21:06 -0400)
tree45b48906939aeb279f8808b5116c344d87b87756
parent2ef5c5e736b8b13d777d5ecc66099a785ca108ad
Stop using "-multiply_defined suppress" on macOS.

We started to use this linker switch in commit 9df308697 of
2004-07-13, which was in the OS X 10.3 era.  Apparently it's been a
no-op since around OS X 10.9.  Apple's most recent toolchain version
actively complains about it, so it's time to get rid of it.

Discussion: https://postgr.es/m/467042.1695766998@sss.pgh.pa.us
src/Makefile.shlib