summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile
index 4761d45..7c378cf 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -32,7 +32,7 @@ OBJS = ${CSRCS:%.c=%.o}
include ../Makefile.include
-CFLAGS+=-Wno-redundant-decls -Wno-unused-parameter
+CFLAGS+=-Wno-redundant-decls -Wno-unused-parameter #-DDEBUG
DID=$(shell printf '\#include "id.h"\nID_PRODUCT' | ${CC} -I.. -E - | grep -v ^\# )