mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 23:43:52 +00:00
Emit warning, not a message.
This commit is contained in:
parent
651c6c5350
commit
b5b985d1d0
@ -505,7 +505,7 @@ Finally, let's check if the \texttt{debugoptimized} build type is enabled, and p
|
|||||||
|
|
||||||
\begin{lstlisting}
|
\begin{lstlisting}
|
||||||
if get_option('tracy_enable') and get_option('buildtype') != 'debugoptimized'
|
if get_option('tracy_enable') and get_option('buildtype') != 'debugoptimized'
|
||||||
message('Profiling builds should set --buildtype=debugoptimized')
|
warning('Profiling builds should set --buildtype=debugoptimized')
|
||||||
endif
|
endif
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user