Update description

This commit is contained in:
Christoph Erhardt 2022-02-22 22:15:29 +01:00
parent 9302df38eb
commit caac06b970
1 changed files with 4 additions and 4 deletions

View File

@ -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 %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 %description
mold is a multi-threaded, high-performance linker that is several times faster mold is a faster drop-in replacement for existing Unix linkers.
than the industry-standard ones, namely, GNU ld, GNU gold or LLVM lld. It is It is several times faster than the LLVM lld linker.
developed as a drop-in replacement for these linkers and command-line compatible mold is designed to increase developer productivity by reducing
with them with a few exceptions. build time, especially in rapid debug-edit-rebuild cycles.
%prep %prep
%autosetup -p1 %autosetup -p1