diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-03 09:31:36 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-03 09:31:36 -0600 |
commit | fafc36920eb79ddbe7049f6bbce18bcc279982d0 (patch) | |
tree | f5fc9b9ec73f0f64fb081986504c70101f90456b /configs/linux-cell-debug | |
parent | ab93aa774e2fc09b5f579eb13ce94cf22796902b (diff) |
cell: add -DDEBUG flag, fixes to Cell Makefiles
Diffstat (limited to 'configs/linux-cell-debug')
-rw-r--r-- | configs/linux-cell-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-cell-debug b/configs/linux-cell-debug index ba333bba68..42f3245edc 100644 --- a/configs/linux-cell-debug +++ b/configs/linux-cell-debug @@ -6,5 +6,5 @@ include $(TOP)/configs/linux-cell CONFIG_NAME = linux-cell-debug -OPT_FLAGS = -g +OPT_FLAGS = -g -DDEBUG |