[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: evilvte (updated package) - lightweight terminal emulator



On Tue, 27 May 2008 12:52:05 +0200, "Bernhard R. Link" <brlink@debian.org>
wrote:

> * You do not build with the build flags suggested by policy (-O2 -g) but
> with -Os. (setting OPTFLAGS in the make call should suffice, but please
> also support compiling with -O0 when the correct DEB_BUILD_OPTIONS is
> set)

Hi Bernhard!

I don't agree. With unstable, -g -O2 is the default CFLAGS. For example,
when compiling in a pbuilder:

 -> Building the package
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2

And later:

./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr
--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info CFLAGS="-g
-O2" LDFLAGS="-Wl,-z,defs"

But maybe this is a different on a buildd?


Reply to: