1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Added "--with-debug=0" option for ./configure

This commit is contained in:
Sebastien Helleu
2005-12-10 11:18:29 +00:00
parent 59f6997cf0
commit f9a4a0dd01
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT
%setup
%build
./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-perl --enable-python
./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-perl --enable-python --with-debug=0
make
%install
+1 -1
View File
@@ -44,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT
%setup
%build
./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-perl --enable-python
./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-perl --enable-python --with-debug=0
make
%install