Accepting request 976062 from devel:tools:compiler
- Do not use mimalloc, use system glibc allocator. - Add valgrind as BuildRequire argument. OBS-URL: https://build.opensuse.org/request/show/976062 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mold?expand=0&rev=13
This commit is contained in:
commit
4523468ef6
10
mold.changes
10
mold.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:30:07 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Do not use mimalloc, use system glibc allocator.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 11:17:01 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Add valgrind as BuildRequire argument.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 12:49:30 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -34,7 +34,6 @@ BuildRequires: clang
|
||||
BuildRequires: libdwarf-tools
|
||||
BuildRequires: llvm
|
||||
BuildRequires: llvm-gold
|
||||
BuildRequires: mimalloc-devel
|
||||
BuildRequires: tbb-devel
|
||||
%ifarch x86_64
|
||||
BuildRequires: gcc-32bit
|
||||
@ -43,14 +42,15 @@ BuildRequires: gcc-32bit
|
||||
BuildRequires: gdb
|
||||
BuildRequires: glibc-devel-static
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: valgrind
|
||||
BuildRequires: xxhash-devel
|
||||
BuildRequires: zlib-devel
|
||||
PreReq: update-alternatives
|
||||
|
||||
%if %{suse_version} < 1550
|
||||
%define build_args STRIP=true SYSTEM_XXHASH=1
|
||||
%define build_args STRIP=true SYSTEM_XXHASH=1 USE_MIMALLOC=0
|
||||
%else
|
||||
%define build_args STRIP=true SYSTEM_TBB=1 SYSTEM_XXHASH=1 SYSTEM_MIMALLOC=1
|
||||
%define build_args STRIP=true SYSTEM_TBB=1 SYSTEM_XXHASH=1 USE_MIMALLOC=0
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user