Simone Caronni changed bug 4540
What Removed Added
CC   negativo17@gmail.com

Comment # 2 on bug 4540 from
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: