Accepting request 849674 from home:Guillaume_G:branches:devel:libraries:c_c++
- Re-enable profiling on armv6/armv7 since boo#1105633 is fixed OBS-URL: https://build.opensuse.org/request/show/849674 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=77
This commit is contained in:
parent
954f6ff09f
commit
4eb6db8803
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 20 13:11:15 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Re-enable profiling on armv6/armv7 since boo#1105633 is fixed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 6 07:01:04 UTC 2019 - Martin Liška <mliska@suse.cz>
|
Tue Aug 6 07:01:04 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ export EXTRA_CFLAGS="%optflags -std=gnu99"
|
|||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
%ifarch %arm
|
%ifarch %arm
|
||||||
--disable-thp \
|
--disable-thp \
|
||||||
--disable-prof
|
--enable-prof
|
||||||
%else
|
%else
|
||||||
%ifarch ppc
|
%ifarch ppc
|
||||||
--disable-prof
|
--disable-prof
|
||||||
|
Loading…
Reference in New Issue
Block a user