mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
flush every period
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CXX = g++
|
||||
CXX = ccache g++
|
||||
CXXFLAGS = -march=native -Wall -Wextra -Wshadow -pedantic -std=c++11 -pthread -I../include
|
||||
CXX_RELEASE_FLAGS = -O3 -flto
|
||||
CXX_DEBUG_FLAGS= -g
|
||||
|
Reference in New Issue
Block a user