mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Relax language requirements.
C++14 (std::make_unique) is now only used on server side. Client doesn't rely on it, so advertise tracy as requiring C++11.
This commit is contained in:
parent
f822455832
commit
e5e39d352b
@ -4,7 +4,7 @@ Tracy is a frame profiler that can be used for remote or embedded telemetry of y
|
||||
|
||||
![](doc/profiler.png)
|
||||
|
||||
Tracy requires compiler support for C++14 and Thread Local Storage. There are no other requirements. The following platforms are confirmed to be working:
|
||||
Tracy requires compiler support for C++11 and Thread Local Storage. There are no other requirements. The following platforms are confirmed to be working:
|
||||
|
||||
- Windows (x64)
|
||||
- Linux (x64, ARM64)
|
||||
|
Loading…
Reference in New Issue
Block a user