Hello Folks,

I would like to have debug symbols (-g option) in my libcurl build and want
to avoid CURLDEBUG define because I do not want to have memdebug etc.

--enable-debug configure command does not do it for me since it includes
both (debug symbols + CURLDEBUG)

I tried to pass it with

CFLAGS="-g" CPPFLAGS="-g" ./configure

but it did not help.

Please advice on how to do it.

Thanks.

-- 
it is twice as difficult to debug a program as to write it. Therefore, if
you put all of your creativity and effort into writing the program, you are
not smart enough to debug it.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to