enable HAVE_DLADDR, since... we have it
Change-Id: I02baa1f7d3383e93a43fa04de1d39f7398e971bc
This commit is contained in:
parent
a5bfd4e383
commit
918638c775
|
@ -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