summaryrefslogtreecommitdiffstats
path: root/configs/linux-llvm-debug
diff options
context:
space:
mode:
Diffstat (limited to 'configs/linux-llvm-debug')
-rw-r--r--configs/linux-llvm-debug12
1 files changed, 0 insertions, 12 deletions
diff --git a/configs/linux-llvm-debug b/configs/linux-llvm-debug
deleted file mode 100644
index 28bcfdb187..0000000000
--- a/configs/linux-llvm-debug
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*-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
-