mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
debug flags bugfix
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user