From a894d21dcb80fbf690b63ab62e40fd1a0bea005a60960b6dbdce17bd805ea3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Tue, 10 May 2022 12:30:57 +0000 Subject: [PATCH] Fix extra option. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=35 --- mold.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mold.spec b/mold.spec index fc5206b..d9cd8cf 100644 --- a/mold.spec +++ b/mold.spec @@ -50,7 +50,7 @@ PreReq: update-alternatives %if %{suse_version} < 1550 %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 USE_MIMALLOC=0 +%define build_args STRIP=true SYSTEM_TBB=1 SYSTEM_XXHASH=1 USE_MIMALLOC=0 %endif %description