mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 22:20:38 +02:00
cell: add -DDEBUG flag, fixes to Cell Makefiles
This commit is contained in:
parent
ab93aa774e
commit
fafc36920e
3 changed files with 3 additions and 3 deletions
|
|
@ -6,5 +6,5 @@ include $(TOP)/configs/linux-cell
|
|||
|
||||
CONFIG_NAME = linux-cell-debug
|
||||
|
||||
OPT_FLAGS = -g
|
||||
OPT_FLAGS = -g -DDEBUG
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
TOP = ../../../../..
|
||||
include $(TOP)/configs/linux-cell
|
||||
include $(TOP)/configs/current
|
||||
|
||||
|
||||
# This is the "top-level" cell PPU driver code, will get pulled into libGL.so
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
TOP = ../../../../..
|
||||
include $(TOP)/configs/linux-cell
|
||||
include $(TOP)/configs/current
|
||||
|
||||
|
||||
PROG = g3d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue