summaryrefslogtreecommitdiff
path: root/configs/linux-llvm
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-11-09 10:08:15 -0500
committerZack Rusin <zack@tungstengraphics.com>2007-12-11 09:49:34 -0500
commit63a9d835ce3f446fe2cf69e7623d228bcc6ee91c (patch)
treecb5510c598ab0cc0fd79417ab77a2be2b948e705 /configs/linux-llvm
parent025b140b2fd6860039a0d4b545130751473563c5 (diff)
Redo the fragment program examples to match vp's
we just load text files instead of compiling tons of small binaries
Diffstat (limited to 'configs/linux-llvm')
-rw-r--r--configs/linux-llvm4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm
index b24959ec01..6d1f31daa2 100644
--- a/configs/linux-llvm
+++ b/configs/linux-llvm
@@ -1,8 +1,8 @@
-# Configuration for debugging on Linux
+# Configuration for Linux and LLVM with debugging info
include $(TOP)/configs/linux
-CONFIG_NAME = linux-debug
+CONFIG_NAME = linux-llvm
OPT_FLAGS = -g -ansi -pedantic
DEFINES += -DDEBUG -DDEBUG_MATH