Merge "enable HAVE_DLADDR, since... we have it"
This commit is contained in:
commit
2a32df25b8
|
@ -190,7 +190,7 @@
|
|||
* with a memory address. If not defined, stack crawls will not have symbolic
|
||||
* information.
|
||||
*/
|
||||
#define HAVE_DLADDR 0
|
||||
#define HAVE_DLADDR 1
|
||||
|
||||
/*
|
||||
* Defined if we have the cxxabi.h header for demangling C++ symbols. If
|
||||
|
|
Loading…
Reference in New Issue