mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-19 13:17:39 +01:00
defs.mk, run.mk: Filter out core.gdb.intern-state.*
Handle core files differently, i.e. filter out core.gdb.intern-state.* files while debugging. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
65de66dd10
commit
13826e6852
2 changed files with 9 additions and 9 deletions
|
|
@ -617,7 +617,7 @@ ifeq ($(DEVELOPMENT),true)
|
|||
BUILD_CPPFLAGS+= -D_DEVELOPMENT_
|
||||
endif
|
||||
|
||||
CORE += $(wildcard core core.* vgcore vgcore.*)
|
||||
CORE += $(filter-out $(wildcard *.intern-state*),$(wildcard core core.* vgcore vgcore.*))
|
||||
|
||||
ifeq ($(GCC_MAJOR),4)
|
||||
BUILD_CFLAGS += -DGCC_HASCLASSVISIBILITY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue