llvmpipe: export the tgsi translation code to a common layer
[mesa.git] / configs / linux-llvm-debug
1 # -*-makefile-*-
2 # Configuration for Linux and LLVM with debugging info
3 # Builds the llvmpipe gallium driver
4
5 include $(TOP)/configs/linux-llvm
6
7 CONFIG_NAME = linux-llvm-debug
8
9 OPT_FLAGS = -g -ansi -pedantic
10
11 DEFINES += -DDEBUG -UNDEBUG
12