mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
llvmpipe: added linux-llvm-debug configuration
This commit is contained in:
parent
04794080d2
commit
6a7b6a530d
2 changed files with 13 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -126,6 +126,7 @@ linux-ia64-icc-static \
|
|||
linux-icc \
|
||||
linux-icc-static \
|
||||
linux-llvm \
|
||||
linux-llvm-debug \
|
||||
linux-osmesa \
|
||||
linux-osmesa-static \
|
||||
linux-osmesa16 \
|
||||
|
|
|
|||
12
configs/linux-llvm-debug
Normal file
12
configs/linux-llvm-debug
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# -*-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
|
||||
|
||||
Loading…
Add table
Reference in a new issue