From c159d1f9e78487c594063d7cbddb2f020cf668a2 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 29 May 2022 18:46:29 -0230 Subject: [PATCH] Modified last commit to use more extensive 'DEBUG' checks with glibc. This detects other issues; I guess I have more work to do :) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 39e2324de..6386c3b6a 100644 --- a/Makefile +++ b/Makefile @@ -79,8 +79,8 @@ ifdef PROFILE endif ifdef DEBUG - CXXFLAGS += -g -Wp,-D_GLIBCXX_ASSERTIONS - CFLAGS += -g -Wp,-D_GLIBCXX_ASSERTIONS + CXXFLAGS += -g -Wp,-D_GLIBCXX_DEBUG + CFLAGS += -g -Wp,-D_GLIBCXX_DEBUG else ifdef HAVE_GCC CXXFLAGS+= -fomit-frame-pointer