From 81a22ef53953d950052c7bd5a282e96107a25f24 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 7 Oct 2005 17:18:51 +0000 Subject: MATH_DEBUG changes from bug #4468. --- configs/linux-debug | 2 +- configs/linux-x86-64-debug | 2 +- configs/linux-x86-debug | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'configs') 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 -- cgit v1.2.3