From caac06b970116f61dcf5de3f156a8b3cfdfb7697 Mon Sep 17 00:00:00 2001 From: Christoph Erhardt Date: Tue, 22 Feb 2022 22:15:29 +0100 Subject: [PATCH] Update description --- mold.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mold.spec b/mold.spec index bc907ab..e97731b 100644 --- a/mold.spec +++ b/mold.spec @@ -62,10 +62,10 @@ Provides: bundled(tbb) = 2021.3 %define build_args PREFIX=%{_prefix} LIBDIR=%{_libdir} CC=gcc CXX=g++ CFLAGS="%{build_cflags}" CXXFLAGS="%{build_cxxflags}" LDFLAGS="%{build_ldflags}" STRIP=echo SYSTEM_MIMALLOC=1 SYSTEM_XXHASH=1 %description -mold is a multi-threaded, high-performance linker that is several times faster -than the industry-standard ones, namely, GNU ld, GNU gold or LLVM lld. It is -developed as a drop-in replacement for these linkers and command-line compatible -with them with a few exceptions. +mold is a faster drop-in replacement for existing Unix linkers. +It is several times faster than the LLVM lld linker. +mold is designed to increase developer productivity by reducing +build time, especially in rapid debug-edit-rebuild cycles. %prep %autosetup -p1