mirror of
https://github.com/curl/curl.git
synced 2026-04-21 07:32:12 +03:00
Try to make more clear that --enable-curldebug has nothing to do with --enable-debug for this library.
This commit is contained in:
parent
77da57057f
commit
067544abc5
1 changed files with 10 additions and 0 deletions
10
ares/CHANGES
10
ares/CHANGES
|
|
@ -10,6 +10,16 @@
|
|||
setting from --enable-debug, allowing again to build c-ares independently
|
||||
out of the CVS tree.
|
||||
|
||||
For the c-ares library option --enable-debug enables debug build features
|
||||
which are _not_ related with memory tracking. For the c-ares library when
|
||||
--enable-debug is given it does not enable the memory tracking feature. If
|
||||
you wish to enable the curl debug memory tracking you must use configure
|
||||
option --enable-curldebug explicitily to do so.
|
||||
|
||||
Internally, definition of preprocessor symbol DEBUGBUILD restricts code
|
||||
which is only compiled for debug enabled builds. And symbol CURLDEBUG is
|
||||
used to differentiate code which is _only_ used for memory tracking.
|
||||
|
||||
* May 19 2009 (Yang Tse)
|
||||
- Introduced ares_library_init() and ares_library_cleanup() functions.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue