aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-12-04 17:23:44 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-12-04 17:23:44 +0100
commit671e7a3ac09d8eb72561ba27bde328dbda609a7a (patch)
treeed665bc5364347095fe43563ddc04ccfb19ae62f /Makefile
parentAdded debug msgs (diff)
downloadlowbat-gnu-671e7a3ac09d8eb72561ba27bde328dbda609a7a.tar.gz
lowbat-gnu-671e7a3ac09d8eb72561ba27bde328dbda609a7a.tar.bz2
lowbat-gnu-671e7a3ac09d8eb72561ba27bde328dbda609a7a.tar.xz
lowbat-gnu-671e7a3ac09d8eb72561ba27bde328dbda609a7a.tar.zst
lowbat-gnu-671e7a3ac09d8eb72561ba27bde328dbda609a7a.zip
More optimization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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