SHA256
3
0
forked from pool/flex
Martin Pluskal 2019-08-14 15:50:03 +00:00 committed by Git OBS Bridge
parent a213d3ab15
commit 7d2663513c

View File

@ -76,7 +76,7 @@ autoreconf -fi
%if 0%{?do_profiling}
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1
# do not run profiling in parallel for reproducible builds (boo#1040589 boo#1102408)
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" check
make CFLAGS="%{optflags} %{cflags_profile_generate}" check
make %{?_smp_mflags} clean
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1
%else