Unverified Commit 96961e14 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update INSTALL

parent c639483d
...@@ -2,9 +2,9 @@ spdlog is header only library. ...@@ -2,9 +2,9 @@ spdlog is header only library.
Just copy the files to your build tree and use a C++11 compiler Just copy the files to your build tree and use a C++11 compiler
Tested on: Tested on:
gcc 4.8.1 and above gcc 4.8.1 or above
clang 3.5 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.8 flags: --std==c++11 -pthread -O3 -flto -Wl,--no-as-needed
gcc 4.9 flags: --std=c++11 -pthread -O3 -flto gcc 4.9 flags: --std=c++11 -pthread -O3 -flto
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment