diff options
author | Brian Paul <[email protected]> | 2009-12-18 11:17:06 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-18 11:17:06 -0700 |
commit | 6a7b6a530dd7740457d4bdd3b804c6eabff4e1b3 (patch) | |
tree | 649d8e8551f7f5ecef2a753a53148cc46d15340e /configs | |
parent | 04794080d2553a53f34a48b1aec7d2a630396d92 (diff) |
llvmpipe: added linux-llvm-debug configuration
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-llvm-debug | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/linux-llvm-debug b/configs/linux-llvm-debug new file mode 100644 index 00000000000..28bcfdb1872 --- /dev/null +++ b/configs/linux-llvm-debug @@ -0,0 +1,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 + |