summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f064ee6..39c18186 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ cc-option = $(shell if $(CC) $(OP_CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
CFLAGS += -g -Wall
CFLAGS += $(call cc-option, -Wno-pointer-sign, "")
-ifeq ($(CFG),debug)
+ifeq ($(CFG),dbg)
CFLAGS += -O0 ${INCS}
else
CFLAGS += -O2 ${INCS}