debug flags bugfix
This commit is contained in:
parent
04549b8784
commit
64f2b33273
@ -10,7 +10,7 @@ all: example.cpp
|
|||||||
|
|
||||||
|
|
||||||
debug: 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