Merge remote-tracking branch 'eraserhd/debug-optimizations'

This commit is contained in:
Maxime Coste 2019-06-23 12:05:21 +10:00
commit 177f38afd1

View File

@ -9,7 +9,7 @@ ifneq ($(gzip_man),yes)
endif
ifeq ($(debug),yes)
CPPFLAGS += -DKAK_DEBUG
CPPFLAGS += -DKAK_DEBUG -Og
suffix := .debug
else
ifeq ($(debug),no)