Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove use of -undefined dynamic_lookup on darwin
This flag ignores undefined symbols at link time and forces them to be looked up dynamically. This is incompatible with the newer fixup chains macho format and theoretically shouldn't be necessary assuming your dependencies are well defined. Done in bazel's toolchain here bazelbuild/bazel#16414
- Loading branch information