mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
12 lines
238 B
Makefile
12 lines
238 B
Makefile
# -*-makefile-*-
|
|
# Configuration for Linux and LLVM with debugging info
|
|
# Builds the llvmpipe gallium driver
|
|
|
|
include $(TOP)/configs/linux-llvm
|
|
|
|
CONFIG_NAME = linux-llvm-debug
|
|
|
|
OPT_FLAGS = -g -ansi -pedantic
|
|
|
|
DEFINES += -DDEBUG -UNDEBUG
|
|
|