diff options
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 |