From 671e7a3ac09d8eb72561ba27bde328dbda609a7a Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 4 Dec 2019 17:23:44 +0100 Subject: More optimization --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 406346e..7fe7c5a 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,8 @@ OPTIMIZE = -O3 CFLAGS = -Wall CFLAGS += -Wextra CFLAGS += -Werror -CFLAGS += ${OPTIMIZE} +CFLAGS += ${DEBUG} +#CFLAGS += ${OPTIMIZE} NAME = lowbat -- cgit v1.2.3