From a5c0d83bacd0d684f1150426ded24eb53dabce28d53063675233af031c847d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Mon, 23 Nov 2020 10:23:56 +0000 Subject: [PATCH] - Enable LTO as it works (boo#1133136). OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=80 --- jemalloc.changes | 5 +++++ jemalloc.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/jemalloc.changes b/jemalloc.changes index 939b183..de1a490 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 23 10:23:39 UTC 2020 - Martin Liška + +- Enable LTO as it works (boo#1133136). + ------------------------------------------------------------------- Fri Nov 20 15:37:37 UTC 2020 - Martin Liška diff --git a/jemalloc.spec b/jemalloc.spec index 2a49dd4..f442163 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -55,7 +55,6 @@ implementation. %setup -q %build -%define _lto_cflags %{nil} export EXTRA_CFLAGS="%optflags -std=gnu99" %configure --disable-static --enable-prof \ %ifarch %arm