remove the silent flag from the make macro

This commit is contained in:
Pratham Patel 2023-11-09 18:12:46 +05:30
parent 3fd1bebbb4
commit 0114c87beb
No known key found for this signature in database

View File

@ -529,7 +529,7 @@ device input and output, etc.
%global _build_id_links none
# Set up our "big" %%{make} macro.
%global make %{__make} -s HOSTCFLAGS="%{?build_cflags}" HOSTLDFLAGS="%{?build_ldflags}"
%global make %{__make} HOSTCFLAGS="%{?build_cflags}" HOSTLDFLAGS="%{?build_ldflags}"
%prep
%ifarch x86_64 || aarch64