From 43407bdf87550d79dad52d983db1dff431e811f1 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 23 Jan 2013 00:37:01 +0400 Subject: [PATCH] make: Drop redundant DEBUG assignment Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- Makefile | 4 ---- 1 file changed, 4 deletions(-) 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