This commit is contained in:
K. Lange 2021-04-05 08:30:59 +09:00
parent 438acaf8a9
commit 1e40e9b6ad

View File

@ -71,7 +71,7 @@ ifndef KRK_DISABLE_DEBUG
# Disabling debug functions doesn't really do much; it may result in a smaller
# library when stripped as there's a lot of debug text, but no performance
# difference has ever been noted from disabling, eg., instruction tracing.
CFLAGS += -DKRK_ENABEL_DEBUG
CFLAGS += -DKRK_ENABLE_DEBUG
endif
ifdef KRK_ENABLE_BUNDLE