mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
small makefile fix for example
This commit is contained in:
parent
67ddd59701
commit
0d61ab82e4
@ -1,5 +1,4 @@
|
||||
CXX ?= g++
|
||||
CXXFLAGS =
|
||||
CXX = g++
|
||||
CXX_FLAGS = -Wall -Wshadow -Wextra -pedantic -std=c++11 -pthread -I../include
|
||||
CXX_RELEASE_FLAGS = -O3 -march=native
|
||||
CXX_DEBUG_FLAGS= -g
|
||||
|
Loading…
Reference in New Issue
Block a user