mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-26 12:05:59 +00:00
Emit warning, not a message.
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user