Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-03 | Toolchain: Update BuildMold to mold 1.5.1 and use CMake | Andrew Kaster | |
Per the release notes for 1.5.0, the CMake build is preferred going forward. | |||
2022-07-16 | Toolchain: Update mold to 1.3.1 | Tim Schumacher | |
2022-06-19 | Toolchain: Update mold to 1.0.3 | kleines Filmröllchen | |
2022-01-24 | Toolchain: Add support for building the userland with the mold linker | Daniel Bertalan | |
This commit adds support for building the SerenityOS userland with the new [mold linker]. This is not enabled by default yet; to link using mold, run the `Toolchain/BuildMold.sh` script to build the latest release of mold, and set the `ENABLE_MOLD_LINKER` CMake variable to ON. This option relies on toolchain support that has been added just recently, so you might need to rebuild your toolchain for mold to work. [mold linker]: https://github.com/rui314/mold |