don't fail the build after an hour just because of some gcc warning.
This commit is contained in:
parent
7bd4dec471
commit
6bffb49282
@ -1897,7 +1897,7 @@ BuildKernel %make_target %kernel_image smp
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global perf_make \
|
%global perf_make \
|
||||||
make %{?_smp_mflags} -C tools/perf -s V=1 EXTRA_CFLAGS="-Wno-error=array-bounds" HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix}
|
make %{?_smp_mflags} -C tools/perf -s V=1 WERROR=0 HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix}
|
||||||
%if %{with_perf}
|
%if %{with_perf}
|
||||||
# perf
|
# perf
|
||||||
%{perf_make} all
|
%{perf_make} all
|
||||||
|
Loading…
Reference in New Issue
Block a user