aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-12-04 02:38:14 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-12-04 02:38:14 +0100
commit56959fefe69bf505788ca1b6964df090055da17e (patch)
tree1e0e305813745ac6c15822cf95375ca183502b8a /Makefile
parentMan update (diff)
downloadlowbat-gnu-56959fefe69bf505788ca1b6964df090055da17e.tar.gz
lowbat-gnu-56959fefe69bf505788ca1b6964df090055da17e.tar.bz2
lowbat-gnu-56959fefe69bf505788ca1b6964df090055da17e.tar.xz
lowbat-gnu-56959fefe69bf505788ca1b6964df090055da17e.tar.zst
lowbat-gnu-56959fefe69bf505788ca1b6964df090055da17e.zip
Makefile ready for release
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
#==============================================================================#