Set CFLAGS to -O2 -Wall when running configure
This commit is contained in:
parent
eb36b0c1ef
commit
b178228401
1 changed files with 2 additions and 2 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -18,8 +18,8 @@ build-stamp:
|
|||
patch -Ns -p0 < `pwd`/../debian/po-Makefile.in.in.diff || true ;\
|
||||
fi ;\
|
||||
)
|
||||
./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
|
||||
--sysconfdir=/etc --localstatedir=/var
|
||||
env CFLAGS='-O2 -Wall' ./configure --prefix=/usr --mandir=\$${prefix}/share/man \
|
||||
--infodir=\$${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
|
||||
$(MAKE)
|
||||
|
||||
touch build-stamp
|
||||
|
|
Loading…
Reference in a new issue