proj.mk: Remove -gstabs+ from CFLAGS, see where it takes us

This commit is contained in:
Jan Lindemann 2010-08-01 20:50:11 +00:00 committed by Jan Lindemann
commit 68d98c5eb1

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