More thoroughly use -fullPath for atos on macos
This commit is contained in:
parent
70bc51d371
commit
a862f3d2c8
@ -112,7 +112,13 @@ namespace cpptrace {
|
||||
nullptr
|
||||
);
|
||||
#else
|
||||
execl(CPPTRACE_ADDR2LINE_PATH, CPPTRACE_ADDR2LINE_PATH, "-o", executable.c_str(), nullptr);
|
||||
execl(
|
||||
CPPTRACE_ADDR2LINE_PATH,
|
||||
CPPTRACE_ADDR2LINE_PATH,
|
||||
"-o", executable.c_str(),
|
||||
"-fullPath",
|
||||
nullptr
|
||||
);
|
||||
#endif
|
||||
#endif
|
||||
_exit(1); // TODO: Diagnostic?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user