Browse Source

turn of debugging

master
parent
commit
cb3afb6433
  1. 3
      rsync/rsync.spec

3
rsync/rsync.spec

@ -67,7 +67,8 @@ AutoReqProv: no
CC="%{l_cc}" \ CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \ CFLAGS="%{l_cflags -O}" \
./configure \ ./configure \
--prefix=%{l_prefix} --prefix=%{l_prefix} \
--disable-debug
%{l_make} %{l_mflags -O} %{l_make} %{l_mflags -O}
%install %install

Loading…
Cancel
Save