Accepting request 630930 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/630930 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jemalloc?expand=0&rev=26
This commit is contained in:
commit
a2ea453c2a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 22 13:48:06 UTC 2018 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
- Disable profiling on armv7 until boo#1105633 get fixed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 10 08:51:13 UTC 2018 - mliska@suse.cz
|
Thu May 10 08:51:13 UTC 2018 - mliska@suse.cz
|
||||||
|
|
||||||
|
@ -84,7 +84,11 @@ fi
|
|||||||
%ifarch %arm
|
%ifarch %arm
|
||||||
--disable-thp \
|
--disable-thp \
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch armv7l armv7hl
|
||||||
|
--disable-prof
|
||||||
|
%else
|
||||||
--enable-prof
|
--enable-prof
|
||||||
|
%endif
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user