Accepting request 630928 from home:Guillaume_G:branches:devel:libraries:c_c++
- Disable profiling on armv7 until boo#1105633 get fixed OBS-URL: https://build.opensuse.org/request/show/630928 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=60
This commit is contained in:
parent
f5dccfaafc
commit
9d0bf52d6a
@ -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
|
||||
|
||||
|
@ -84,7 +84,11 @@ fi
|
||||
%ifarch %arm
|
||||
--disable-thp \
|
||||
%endif
|
||||
%ifarch armv7l armv7hl
|
||||
--disable-prof
|
||||
%else
|
||||
--enable-prof
|
||||
%endif
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user