Parcourir la source

turn of debugging

Ralf S. Engelschall il y a 24 ans
Parent
commit
cb3afb6433
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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