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:
Bartosz Taudul 2017-10-20 00:25:39 +02:00
parent f822455832
commit e5e39d352b

View File

@ -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)