mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 13:40:11 +01:00
linux-cell is now the optimized configuration. Remove some Cell-specific stuff from winsys/xlib/Makefile.
10 lines
145 B
Text
10 lines
145 B
Text
# linux-cell-debug
|
|
|
|
include $(TOP)/configs/linux-cell
|
|
|
|
# just override name and OPT_FLAGS here:
|
|
|
|
CONFIG_NAME = linux-cell-debug
|
|
|
|
OPT_FLAGS = -g
|
|
|