Fix typo
This commit is contained in:
parent
438acaf8a9
commit
1e40e9b6ad
2
Makefile
2
Makefile
@ -71,7 +71,7 @@ ifndef KRK_DISABLE_DEBUG
|
|||||||
# Disabling debug functions doesn't really do much; it may result in a smaller
|
# 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
|
# library when stripped as there's a lot of debug text, but no performance
|
||||||
# difference has ever been noted from disabling, eg., instruction tracing.
|
# difference has ever been noted from disabling, eg., instruction tracing.
|
||||||
CFLAGS += -DKRK_ENABEL_DEBUG
|
CFLAGS += -DKRK_ENABLE_DEBUG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef KRK_ENABLE_BUNDLE
|
ifdef KRK_ENABLE_BUNDLE
|
||||||
|
Loading…
Reference in New Issue
Block a user