aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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++