mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-16 20:40:47 +01:00
defs.mk: Add valgrind core files to CORE variable
This commit is contained in:
parent
8234d5c887
commit
d3ae69b6f6
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ CFLAGS += $(LOCAL_CFLAGS) $(PROJECT_CFLAGS) $(YLIB_CFLAGS) $(INCL
|
|||
CPPFLAGS += $(LOCAL_CPPFLAGS) $(PROJECT_CPPFLAGS) $(YLIB_CPPFLAGS) $(INCLUDE)
|
||||
LDFFTW += -lrfftw -lfftw -lm
|
||||
#LDAUDIO = -laudiofile
|
||||
CORE += $(wildcard core core.*)
|
||||
CORE += $(wildcard core core.* vgcore vgcore.*)
|
||||
|
||||
ifeq ($(USE_QT),true)
|
||||
USE_X = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue