diff --git a/Makefile b/Makefile index 08645e100..a76f625b5 100644 --- a/Makefile +++ b/Makefile @@ -68,10 +68,6 @@ ifneq ($(WERROR),0) WARNINGS += -Werror endif -ifeq ($(DEBUG),1) - DEFINES += -DCR_DEBUG -endif - ifeq ($(DEBUG),1) DEFINES += -DCR_DEBUG CFLAGS += -O0 -ggdb3