mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
fix test
This commit is contained in:
@@ -7,9 +7,9 @@ OBJS_DEBUG = $(patsubst %.cpp,debug/%.o,$(_SOURCES))
|
||||
|
||||
|
||||
CXX = g++
|
||||
CXXFLAGS = -Wall -std=c++11 -pthread -I../../include
|
||||
CXX_RELEASE_FLAGS = -O3 -flto
|
||||
CXX_DEBUG_FLAGS= -g
|
||||
CXXFLAGS = -march=native -Wall -std=c++11 -pthread -I../../include
|
||||
CXX_RELEASE_FLAGS = -O2 -flto
|
||||
CXX_DEBUG_FLAGS= -g -ggdb
|
||||
|
||||
OUTLIB_RELEASE = libc11log.a
|
||||
OUTLIB_DEBUG = libc11log-debug.a
|
||||
|
Reference in New Issue
Block a user