diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-10 05:10:49 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-10 05:10:49 +0000 |
commit | db40ebfbb7585be0ecee01273e843b8adf514fc2 (patch) | |
tree | 202a6b2f29e2a619b47e428048813cb70007899e /configs/linux-x86-debug | |
parent | 1984aabe8362ee2b29711d2fa08e56e341eafddd (diff) |
remove -DMESA_DEBUG
Diffstat (limited to 'configs/linux-x86-debug')
-rw-r--r-- | configs/linux-x86-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-x86-debug b/configs/linux-x86-debug index 874d76fd88..d35012ffae 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 -DDEBUG_MATH +DEFINES += -DDEBUG -DDEBUG_MATH |