diff options
Diffstat (limited to 'mesalib/configs/linux-cell-debug')
-rw-r--r-- | mesalib/configs/linux-cell-debug | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mesalib/configs/linux-cell-debug b/mesalib/configs/linux-cell-debug new file mode 100644 index 000000000..42f3245ed --- /dev/null +++ b/mesalib/configs/linux-cell-debug @@ -0,0 +1,10 @@ +# linux-cell-debug + +include $(TOP)/configs/linux-cell + +# just override name and OPT_FLAGS here: + +CONFIG_NAME = linux-cell-debug + +OPT_FLAGS = -g -DDEBUG + |