bold

Drop-in replacement for Apple's system linker ld with enhanced features

brewmacoslinux
Try with needOr install directly
Source

About

Drop-in replacement for Apple system linker ld

Commands

ld

Examples

Use bold as the linker when compiling C code with clang$ clang -fuse-ld=bold -o output input.c
Link object files using bold linker directly$ ld -o executable object1.o object2.o -lSystem
Configure build system to use bold linker via environment variable$ export LD=ld && make