diff options
author | David Nusinow <[email protected]> | 2006-04-07 00:24:21 +0000 |
---|---|---|
committer | David Nusinow <[email protected]> | 2006-04-07 00:24:21 +0000 |
commit | ccb68495e02ae47d4f8868498d0e577299307288 (patch) | |
tree | 0fb9386bc5d2de9ddf0bd10ef3dca77cb73c22de /configs/linux-x86-debug |
Vendor drop of Mesa 6.5
Diffstat (limited to 'configs/linux-x86-debug')
-rw-r--r-- | configs/linux-x86-debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/linux-x86-debug b/configs/linux-x86-debug new file mode 100644 index 00000000000..d35012ffae1 --- /dev/null +++ b/configs/linux-x86-debug @@ -0,0 +1,9 @@ +# Configuration for Linux with x86 code, but no gcc optimizations and +# debugging enabled. + +include $(TOP)/configs/linux-x86 + +CONFIG_NAME = linux-x86-debug + +OPT_FLAGS = -g +DEFINES += -DDEBUG -DDEBUG_MATH |