On 10/31/06, VMiklos <vmiklos@frugalware.org> wrote:
this change means that in case the user has set CFLAGS, we'll use it. this is very bad during the debug
You're probably right - I believe that change was when I was trying to figure out why that part wasn't working. It turned out that the --enable-debug wasn't working at all. I have changed this (and also added -Wall by default to a normal build. -Werror isn't important at that point, but I may add that in the future... For all those interested, -Wall is not really "all". In fact, it's not even close. As far as I can tell, the real "warn all" is: -Wall -Wstrict-prototypes -Wsign-compare -Wchar-subscripts -Wpointer-arith -Wcast-align -Wsign-compare Which is what I have in the libfetch Makefile