Drop-in replacement for Apple system linker ld with improved performance.
Drop-in replacement for Apple system linker ld
ld$ ld -o output main.o utils.o -lSystem$ ld -o app main.o -L/usr/local/lib -lmylib$ ld -dylib -o libexample.dylib file1.o file2.o$ ld -o debug_app main.o -lSystem -g$ ld -o app main.o -framework Cocoa -framework Foundation