autoconf: don't force-disable compiler debug option
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Nov 2012 12:06:49 +0000 (13:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Nov 2012 12:06:49 +0000 (13:06 +0100)
commitc277bd6ce7069819484eb3dc30b5858735fde377
treec6dbbc5247d6852c0a3599ce085d801ffb64473c
parent6d8443a24597f2dea7db431c9c6a722080a071d0
autoconf: don't force-disable compiler debug option

When nothing is told to configure, we should not enforce switching off
debug options with -g0 (or similar). We instead don't use -g at all in
that situaion and therefore allow the user's CFLAGS settings possibly
dictate what to do.
m4/curl-compilers.m4