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

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