Use --disable-silent-rules

Being able to look at the entire command is useful when debugging
strange build failures.
This commit is contained in:
Debarshi Ray 2016-10-05 15:33:50 +02:00
parent 7eeb15cd2c
commit 477eec0fa3

View File

@ -46,6 +46,7 @@ developing applications that use %{name}.
%if 0%{?rhel}
--disable-tests \
%endif
--disable-silent-rules \
--disable-static
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"