aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-12-30 12:32:23 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-12-30 12:33:05 +0100
commit49bca5563746eaf4b909a4cc9784a90e91366452 (patch)
tree809cd46f41004b01c9c5a48596c8db98e27d6adb
parentNow uses error output for errors (diff)
downloadlowbat-gnu-49bca5563746eaf4b909a4cc9784a90e91366452.tar.gz
lowbat-gnu-49bca5563746eaf4b909a4cc9784a90e91366452.tar.bz2
lowbat-gnu-49bca5563746eaf4b909a4cc9784a90e91366452.tar.xz
lowbat-gnu-49bca5563746eaf4b909a4cc9784a90e91366452.tar.zst
lowbat-gnu-49bca5563746eaf4b909a4cc9784a90e91366452.zip
Canceled system() remplacement for libnotify as it leaks a lot
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 57ea667..e4ab866 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,7 @@ INCS = jo_lowbat.hpp
OBJS = $(patsubst ${SRCS_DIR}%.cpp,${OBJS_DIR}%.o,${SRCS})
-DEBUG = -Og
-DEBUG += -ggdb
+DEBUG = -ggdb
FSANITIZE = -fsanitize=address
CXX = g++