Fix silly typo
This commit is contained in:
parent
11b7fb78b8
commit
6e09f677f4
|
@ -10,7 +10,7 @@ endif
|
|||
|
||||
ifeq ($(debug),yes)
|
||||
CPPFLAGS += -DKAK_DEBUG
|
||||
CXXFLAGS + -Og
|
||||
CXXFLAGS += -Og
|
||||
suffix := .debug
|
||||
else
|
||||
ifeq ($(debug),no)
|
||||
|
|
Loading…
Reference in New Issue
Block a user