SHA256
3
0
forked from pool/flex
Martin Pluskal 2019-08-14 15:46:48 +00:00 committed by Git OBS Bridge
parent a29dd50169
commit a213d3ab15

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}"
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" check
make %{?_smp_mflags} clean
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1
%else