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