mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-24 17:41:34 +08:00
debug flags bugfix
This commit is contained in:
parent
04549b8784
commit
64f2b33273
@ -10,7 +10,7 @@ all: example.cpp
|
||||
|
||||
|
||||
debug: example.cpp
|
||||
$(CXX) example.cpp -o $(OUTBIN)-debug $(CXXFLAGS) $(CXX_DEBUG_FLAFS)
|
||||
$(CXX) example.cpp -o $(OUTBIN)-debug $(CXXFLAGS) $(CXX_DEBUG_FLAGS)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user