From 49bca5563746eaf4b909a4cc9784a90e91366452 Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Mon, 30 Dec 2019 12:32:23 +0100
Subject: Canceled system() remplacement for libnotify as it leaks a lot

---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 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++
-- 
cgit v1.2.3