ソースを参照

turn of debugging

Ralf S. Engelschall 24 年 前
コミット
cb3afb6433
1 ファイル変更2 行追加1 行削除
  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