mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +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}
|
||||
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
|
||||
\end{lstlisting}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user