mirror of
https://github.com/mawww/kakoune.git
synced 2025-01-03 17:28:32 +03:00
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