blob: 28bcfdb18729a93b1475cdc1c602ffe1750529f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|