aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a6e035a..b7ef554 100644
--- a/Makefile
+++ b/Makefile
@@ -36,8 +36,7 @@ OPTIMIZE = -O2
CFLAGS = -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
-#CFLAGS += ${OPTIMIZE}
-CFLAGS += ${DEBUG}
+CFLAGS += ${OPTIMIZE}
#------------------------------------------------------------------------------#
NAME = lowbat
#==============================================================================#