Modified last commit to use more extensive 'DEBUG' checks with glibc.

This detects other issues; I guess I have more work to do :)
This commit is contained in:
Stephen Anthony 2022-05-29 18:46:29 -02:30
parent ad1bbb750b
commit 23a3a972de
1 changed files with 2 additions and 2 deletions

View File

@ -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