diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-30 12:32:23 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-30 12:33:05 +0100 |
commit | 49bca5563746eaf4b909a4cc9784a90e91366452 (patch) | |
tree | 809cd46f41004b01c9c5a48596c8db98e27d6adb /Makefile | |
parent | Now uses error output for errors (diff) | |
download | lowbat-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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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++ |