mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +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…
Reference in New Issue
Block a user