mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 15:34:36 +00:00
BSD needs libexecinfo for callstack capture.
This commit is contained in:
parent
bd7b0a8197
commit
d1fb639b78
@ -350,7 +350,7 @@ In the default configuration Tracy is disabled. This way you don't have to worry
|
||||
|
||||
The application you want to profile should be compiled with all the usual optimization options enabled (i.e.~make a release build). It makes no sense to profile debugging builds, as the unoptimized code and additional checks (asserts, etc.) completely change how the program behaves.
|
||||
|
||||
Finally, on Unix make sure that the application is linked with libraries \texttt{libpthread} and \texttt{libdl}.
|
||||
Finally, on Unix make sure that the application is linked with libraries \texttt{libpthread} and \texttt{libdl}. BSD systems will also need to be linked with \texttt{libexecinfo}.
|
||||
|
||||
\subsubsection{Short-lived applications}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user