Accepting request 645590 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/645590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jemalloc?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2018-11-06 14:22:30 +00:00 committed by Git OBS Bridge
commit 5534b4bbd9
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 30 15:44:20 UTC 2018 - Michel Normand <normand@linux.vnet.ibm.com>
- Disable profiling on ppc until boo#1105633 get fixed
-------------------------------------------------------------------
Sat Sep 29 09:27:31 UTC 2018 - Manu Maier <mmanu84@outlook.de>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -85,7 +85,11 @@ fi
--disable-thp \
--disable-prof
%else
%ifarch ppc
--disable-prof
%else
--enable-prof
%endif
%endif
make %{?_smp_mflags}