mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
formatter msvc support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CXX = clang++
|
||||
CXXFLAGS = -march=native -Wall -Wextra -Wshadow -pedantic -std=c++11 -pthread -I../include -B/usr/lib/gold-ld/
|
||||
CXX_RELEASE_FLAGS = -O3 -flto
|
||||
CXX_RELEASE_FLAGS = -O3
|
||||
CXX_DEBUG_FLAGS= -g
|
||||
|
||||
OUTBIN = example-clang
|
||||
|
Reference in New Issue
Block a user