mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
proj.mk: Add DEBUG_FORMAT_FLAG to support non-gstabs+-format
This commit is contained in:
parent
4b610c2347
commit
760f503ca1
1 changed files with 4 additions and 2 deletions
|
|
@ -55,8 +55,10 @@ USE_GLIB = true
|
||||||
CFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
|
CFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
|
||||||
CPPFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
|
CPPFLAGS += -D_USRDLL -DYTOOLS_EXPORTS
|
||||||
|
|
||||||
PROJECT_CFLAGS += -gstabs+
|
DEBUG_FORMAT_FLAG ?= -gstabs+
|
||||||
PROJECT_CPPFLAGS += -gstabs+
|
PROJECT_CFLAGS += $(DEBUG_FORMAT_FLAG)
|
||||||
|
PROJECT_CPPFLAGS += $(DEBUG_FORMAT_FLAG)
|
||||||
|
PROJECT_LDFLAGS += $(DEBUG_FORMAT_FLAG)
|
||||||
|
|
||||||
# need to do this before
|
# need to do this before
|
||||||
include $(MODDIR)/make/platform.mk
|
include $(MODDIR)/make/platform.mk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue