forked from pool/expat
Accepting request 509586 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/509586 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=51
This commit is contained in:
commit
fc47b2ed1b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 11 15:02:55 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Build with profiling when possible
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 4 14:33:00 UTC 2017 - meissner@suse.com
|
Tue Jul 4 14:33:00 UTC 2017 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -69,7 +69,14 @@ rm -f examples/*.dsp
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
%if %{do_profiling}
|
||||||
|
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
|
||||||
|
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" LDFLAGS="%{optflags} %{cflags_profile_generate}" check
|
||||||
|
make clean
|
||||||
|
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}"
|
||||||
|
%else
|
||||||
|
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user