From a7b53bdade367d877dd34ad063762e5c8feecbb0 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 Jun 2015 18:07:21 +0100 Subject: Fix stuck keys, and turn on debugging --- app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Makefile') diff --git a/app/Makefile b/app/Makefile index 7c378cf..30debb5 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 #-DDEBUG +CFLAGS+=-Wno-redundant-decls -Wno-unused-parameter -DDEBUG DID=$(shell printf '\#include "id.h"\nID_PRODUCT' | ${CC} -I.. -E - | grep -v ^\# ) -- cgit v1.2.3