diff -r 2056494941db -r 27d660246893 make/linux/makefiles/gcc.make --- a/make/linux/makefiles/gcc.make Wed May 13 00:45:22 2009 -0700 +++ b/make/linux/makefiles/gcc.make Fri May 15 18:14:44 2009 -0700 @@ -171,3 +171,9 @@ ifeq ($(DEBUG_CFLAGS/$(BUILDARCH)),) DEBUG_CFLAGS += -gstabs endif + +# DEBUG_BINARIES overrides everything, use full -g debug information +ifeq ($(DEBUG_BINARIES), true) + DEBUG_CFLAGS = -g + CFLAGS += $(DEBUG_CFLAGS) +endif