mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
proj.mk.in: Add -gstabs+ to CFLAGS to work around broken object code debug information
This commit is contained in:
parent
ef6c022af3
commit
26532f41db
1 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,9 @@ ARCH = @ARCH@
|
|||
|
||||
LD_LIB_PATH=$(TOPDIR)/lib
|
||||
|
||||
PROJECT_CFLAGS += -gstabs+
|
||||
PROJECT_CPPFLAGS += -gstabs+
|
||||
|
||||
ifeq (@ARCH@,x86)
|
||||
PROJECT_LDFLAGS += $(shell export PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig; pkg-config --libs glib-2.0)
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue