Re: foobillard package
On Thu, Oct 12, 2006 at 06:53:10PM +0200, Miriam Ruiz wrote:
> Hi,
>
> this is more a doubt than anything else. In debhelper templates, the following
> is added:
>
> CFLAGS = -DLINUX -g
>
> ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
> CFLAGS += -O0
> else
> CFLAGS += -O2
> endif
>
>
> In you rules, you seem to be using no switches at all in CFLAGS, except in
> alpha, in which you add -mieee. Is there a reason for not having optimization
> at all?
When the package was first made, the upstream makefiles enabled optimization
by default. This seems to have changed somewhere between 2.6 and 2.8, and I
didn't notice.
I have re-enabled the optimization now.
> Apart of that question, the package seems OK for me :)
Thanks
Frank
>
> Greetings,
> Miry
>
>
>
>
> ______________________________________________
> LLama Gratis a cualquier PC del Mundo.
> Llamadas a fijos y móviles desde 1 céntimo por minuto.
> http://es.voice.yahoo.com
>
>
> --
> To UNSUBSCRIBE, email to debian-devel-games-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
--
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan
Reply to: