Cctools 65 -

to process the data in parallel. Within minutes, he had configured the workflow, distributing the 65,000 scans across a swarm of virtual worker nodes.

The linker has been optimized for large C++ and Swift projects. Using a new parallel hash table for symbol resolution, ld64 in cctools 65 shows on M2/M3 Ultra machines for monolithic builds (e.g., Chromium, LLVM). cctools 65

Clone the osxcross repository:

A game development studio reported reducing their iOS app size from 187 MB to 152 MB simply by using ld64 from cctools 65 with -dead_strip_dylibs and -merge_zero_fill_sections . These linker flags aggressively remove unused code and compress zero-filled data segments. to process the data in parallel

: A framework for creating master-worker applications that scale across multiple distributed systems. Using a new parallel hash table for symbol

Built-in support for dozens of classic platforms.

• Fixed the ld64 segmentation fault we were seeing with stripped universal binaries. • otool output formatting has been cleaned up for better readability. • Resolved a conflict with the latest Xcode 15/16 CLI tools.

Copy link