From 6a7b6a530dd7740457d4bdd3b804c6eabff4e1b3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 18 Dec 2009 11:17:06 -0700 Subject: llvmpipe: added linux-llvm-debug configuration --- Makefile | 1 + configs/linux-llvm-debug | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 configs/linux-llvm-debug diff --git a/Makefile b/Makefile index 413a1b4372..934f85b5ab 100644 --- a/Makefile +++ b/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 \ diff --git a/configs/linux-llvm-debug b/configs/linux-llvm-debug new file mode 100644 index 0000000000..28bcfdb187 --- /dev/null +++ b/configs/linux-llvm-debug @@ -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 + -- cgit v1.2.3