Bug fixes in pattern_formatter and async_logger

This commit is contained in:
gabime
2018-06-13 00:20:54 +03:00
parent 81fa788bca
commit 8b7e19e92f
3 changed files with 9 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
CXX = g++
CXX_FLAGS = -Wall -Wshadow -Wextra -pedantic -std=c++11 -pthread -I../include
CXX_FLAGS = -Wall -Wextra -pedantic -std=c++11 -pthread -I../include
CXX_RELEASE_FLAGS = -O3 -march=native
CXX_DEBUG_FLAGS= -g