Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Melman <gmelman1@gmail.com>2018-07-08 14:34:18 +0300
committerGitHub <noreply@github.com>2018-07-08 14:34:18 +0300
commit96961e14ad6b3d472600d9e8b5d760c7f754247a (patch)
treed574204fd121d8b2426306500293f9a442789101
parentc639483db04814998e9ef4c19109b7059db12f41 (diff)
Update INSTALL
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 664509d2..29779abf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,9 +2,9 @@ spdlog is header only library.
Just copy the files to your build tree and use a C++11 compiler
Tested on:
-gcc 4.8.1 and above
+gcc 4.8.1 or above
clang 3.5
-Visual Studio 2013
+Visual Studio 2013 or above
gcc 4.8 flags: --std==c++11 -pthread -O3 -flto -Wl,--no-as-needed
gcc 4.9 flags: --std=c++11 -pthread -O3 -flto