Use -fullPath for atos on macos
This commit is contained in:
parent
c7f6f76f54
commit
70bc51d371
@ -94,7 +94,7 @@ namespace cpptrace {
|
|||||||
#if !IS_APPLE
|
#if !IS_APPLE
|
||||||
execlp("addr2line", "addr2line", "-e", executable.c_str(), "-f", "-C", "-p", nullptr);
|
execlp("addr2line", "addr2line", "-e", executable.c_str(), "-f", "-C", "-p", nullptr);
|
||||||
#else
|
#else
|
||||||
execlp("atos", "atos", "-o", executable.c_str(), nullptr);
|
execlp("atos", "atos", "-o", executable.c_str(), "-fullPath", nullptr);
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#ifndef CPPTRACE_ADDR2LINE_PATH
|
#ifndef CPPTRACE_ADDR2LINE_PATH
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user