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:
Jan Engelhardt 2018-08-22 14:07:30 +00:00 committed by Git OBS Bridge
parent f5dccfaafc
commit 9d0bf52d6a
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -84,7 +84,11 @@ fi
%ifarch %arm
--disable-thp \
%endif
%ifarch armv7l armv7hl
--disable-prof
%else
--enable-prof
%endif
make %{?_smp_mflags}