cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Enable debug symbols but disable memdebug etc

From: Yang Tse <yangsita_at_gmail.com>
Date: Thu, 12 Apr 2012 13:31:03 +0200

2012/4/12 Gokhan Sengun wrote:

> 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.

Give options --enable-debug and --disable-curldebug at the same time
to configure, no need to mess with CFLAGS on your own...

./configure --enable-debug --disable-curldebug

In this way you'll get a debug enabled build with memory tracking disabled.

-- 
-=[Yang]=-
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-04-12