diff --git a/manual/tracy.tex b/manual/tracy.tex index 17ebe2a1..2673d593 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -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}