mirror of https://github.com/stella-emu/stella.git
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:
parent
ad1bbb750b
commit
23a3a972de
4
Makefile
4
Makefile
|
@ -79,8 +79,8 @@ ifdef PROFILE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
CXXFLAGS += -g -Wp,-D_GLIBCXX_ASSERTIONS
|
CXXFLAGS += -g -Wp,-D_GLIBCXX_DEBUG
|
||||||
CFLAGS += -g -Wp,-D_GLIBCXX_ASSERTIONS
|
CFLAGS += -g -Wp,-D_GLIBCXX_DEBUG
|
||||||
else
|
else
|
||||||
ifdef HAVE_GCC
|
ifdef HAVE_GCC
|
||||||
CXXFLAGS+= -fomit-frame-pointer
|
CXXFLAGS+= -fomit-frame-pointer
|
||||||
|
|
Loading…
Reference in New Issue