[pacman-dev] problem with the configure.ac change
Aaron Griffin
aaronmgriffin at gmail.com
Tue Oct 31 11:02:20 EST 2006
On 10/31/06, VMiklos <vmiklos at 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
More information about the pacman-dev
mailing list