Ver código fonte

turn of debugging

Ralf S. Engelschall 24 anos atrás
pai
commit
cb3afb6433
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      rsync/rsync.spec

+ 2 - 1
rsync/rsync.spec

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