proj.mk: Re-add PROJECT_CFLAGS += -gstabs+

This commit is contained in:
Jan Lindemann 2010-10-26 18:01:44 +00:00 committed by Jan Lindemann
commit 7241f2c96f

View file

@ -55,8 +55,8 @@ 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+ PROJECT_CFLAGS += -gstabs+
#PROJECT_CPPFLAGS += -gstabs+ PROJECT_CPPFLAGS += -gstabs+
# need to do this before # need to do this before
include $(MODDIR)/make/platform.mk include $(MODDIR)/make/platform.mk