llvmpipe: added linux-llvm-debug configuration

This commit is contained in:
Brian Paul
2009-12-18 11:17:06 -07:00
parent 04794080d2
commit 6a7b6a530d
2 changed files with 13 additions and 0 deletions

View File

@@ -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
View 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