From 704272e80fb627f449450d4fb231e3a12aabff7cb8640994d43ea0ca2c3a18d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Mon, 31 Jan 2022 16:45:04 +0000 Subject: [PATCH] Accepting request 950269 from home:marxin:mimalloc - Start using system library mimalloc. OBS-URL: https://build.opensuse.org/request/show/950269 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=6 --- mold.changes | 5 +++++ mold.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mold.changes b/mold.changes index c18230b..c44a744 100644 --- a/mold.changes +++ b/mold.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 31 10:24:17 UTC 2022 - Martin Liška + +- Start using system library mimalloc. + ------------------------------------------------------------------- Sun Jan 30 15:53:00 UTC 2022 - Martin Liška diff --git a/mold.spec b/mold.spec index 62b0b9d..7fa4cd5 100644 --- a/mold.spec +++ b/mold.spec @@ -30,9 +30,10 @@ BuildRequires: tbb-devel BuildRequires: tbb-devel BuildRequires: xxhash-devel BuildRequires: zlib-devel +BuildRequires: mimalloc-devel PreReq: update-alternatives -%define build_args SYSTEM_TBB=1 SYSTEM_XXHASH=1 +%define build_args SYSTEM_TBB=1 SYSTEM_XXHASH=1 SYSTEM_MIMALLOC=1 %description mold is a faster drop-in replacement for existing Unix linkers.