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
