加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
INSTALL 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gabi Melman 提交于 2018-07-08 14:34 . Update INSTALL
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 or above
clang 3.5 or above
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
see the makefile in the example folder
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化