Files
third_party_mesa3d/configs/linux-llvm-debug
2009-12-18 11:17:06 -07:00

13 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