Re: git: 2f3a961487c9 - main - Add RELRO build knob, default to enabled
Date: Fri, 24 Jun 2022 13:19:27 UTC
On Thu, 23 Jun 2022 at 21:23, John Baldwin <jhb@freebsd.org> wrote: > > This broke the cross-build on macOS (the GitHub jobs are failing on main now). > > Looks like macOS's linker doesn't like '-z relro'. Interesting. I see that the cross-build jobs install Clang and LLD on Ubuntu, but only Clang (via brew install ...) on MacOS. Do you know what linker is getting used in this case?