diff options
author | Brian Paul <[email protected]> | 2005-10-07 17:18:51 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-10-07 17:18:51 +0000 |
commit | 81a22ef53953d950052c7bd5a282e96107a25f24 (patch) | |
tree | f796e10cc70086d457463ba88b8f424f5f1542bc /configs | |
parent | f2802c40fff686301a7ff99f0a0b1c57d5cf5625 (diff) |
MATH_DEBUG changes from bug #4468.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-debug | 2 | ||||
-rw-r--r-- | configs/linux-x86-64-debug | 2 | ||||
-rw-r--r-- | configs/linux-x86-debug | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configs/linux-debug b/configs/linux-debug index ff4d1c33b5f..d5c93597b29 100644 --- a/configs/linux-debug +++ b/configs/linux-debug @@ -5,4 +5,4 @@ include $(TOP)/configs/linux CONFIG_NAME = linux-debug OPT_FLAGS = -g -DEFINES += -DDEBUG -DMESA_DEBUG -DRUN_DEBUG_BENCHMARK +DEFINES += -DDEBUG -DMESA_DEBUG -DDEBUG_MATH diff --git a/configs/linux-x86-64-debug b/configs/linux-x86-64-debug index bbdaec80143..d16f48790cd 100644 --- a/configs/linux-x86-64-debug +++ b/configs/linux-x86-64-debug @@ -4,4 +4,4 @@ include $(TOP)/configs/linux-x86-64 CONFIG_NAME = linux-x86-64-debug -DEFINES += -DDEBUG -DMESA_DEBUG -DRUN_DEBUG_BENCHMARK +DEFINES += -DDEBUG -DMESA_DEBUG -DDEBUG_MATH diff --git a/configs/linux-x86-debug b/configs/linux-x86-debug index dbb970300e4..874d76fd883 100644 --- a/configs/linux-x86-debug +++ b/configs/linux-x86-debug @@ -6,4 +6,4 @@ include $(TOP)/configs/linux-x86 CONFIG_NAME = linux-x86-debug OPT_FLAGS = -g -DEFINES += -DDEBUG -DMESA_DEBUG -DRUN_DEBUG_BENCHMARK +DEFINES += -DDEBUG -DMESA_DEBUG -DDEBUG_MATH |