diff --git a/jemalloc.changes b/jemalloc.changes index de457a6..9ec1259 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 20 13:11:15 UTC 2020 - Guillaume GARDET + +- Re-enable profiling on armv6/armv7 since boo#1105633 is fixed + ------------------------------------------------------------------- Tue Aug 6 07:01:04 UTC 2019 - Martin Liška diff --git a/jemalloc.spec b/jemalloc.spec index 5184a9f..06006df 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -60,7 +60,7 @@ export EXTRA_CFLAGS="%optflags -std=gnu99" %configure --disable-static \ %ifarch %arm --disable-thp \ - --disable-prof + --enable-prof %else %ifarch ppc --disable-prof