mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Deprecate cygwin and mingw.
This commit is contained in:
parent
2f7d79adba
commit
538cf3bcf1
1
NEWS
1
NEWS
@ -6,6 +6,7 @@ here.
|
||||
v0.x.x (xxxx-xx-xx)
|
||||
-------------------
|
||||
|
||||
- Cygwin and Mingw are deprecated due to lack of interest.
|
||||
- Added TRACY_NO_CALLSTACK_INLINES macro to disable inline functions
|
||||
resolution in call stacks on Windows.
|
||||
- Limited client query response rate.
|
||||
|
@ -370,8 +370,6 @@ Tracy Profiler supports MSVC, gcc and clang. A reasonably recent version of the
|
||||
\item Linux (x86, x64, ARM, ARM64)
|
||||
\item Android (ARM, ARM64, x86)
|
||||
\item FreeBSD (x64)
|
||||
\item Cygwin (x64)
|
||||
\item MinGW (x64)
|
||||
\item WSL (x64)
|
||||
\item OSX (x64)
|
||||
\item iOS (ARM, ARM64)
|
||||
@ -386,6 +384,8 @@ Moreover, the following platforms are not supported due to how secretive their o
|
||||
\item Google Stadia
|
||||
\end{itemize}
|
||||
|
||||
You may also try your luck with Cygwin or Mingw, but don't get your hopes too high. These platforms were usable some time ago, but nobody is actively working on resolving any issues you might encounter with them.
|
||||
|
||||
\subsection{Initial client setup}
|
||||
\label{initialsetup}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user