https://bugzilla.rpmfusion.org/show_bug.cgi?id=4540
Simone Caronni <negativo17(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |negativo17(a)gmail.com
--- Comment #2 from Simone Caronni <negativo17(a)gmail.com> ---
Passing DEBUG does not strip the binaries, so the following changes should
actually give the same results with slightly shorter commands. NV_VERBOSE
during install should not be needed; I don't see any difference; it's just
installing 2 directories and 2 files.
%prep
%setup -q
# Remove additional CFLAGS added when enabling DEBUG
sed -i '/+= -O0 -g/d' utils.mk
%build
export CFLAGS="%{optflags}"
export LDFLAGS="%{?__global_ldflags}"
%make_build NV_VERBOSE=1 PREFIX=%{_prefix} DEBUG=1
%install
%make_install PREFIX=%{_prefix}
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.