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-64-debug | |
parent | 1984aabe8362ee2b29711d2fa08e56e341eafddd (diff) | |
download | mesa-db40ebfbb7585be0ecee01273e843b8adf514fc2.tar.gz |
remove -DMESA_DEBUG
Diffstat (limited to 'configs/linux-x86-64-debug')
-rw-r--r-- | configs/linux-x86-64-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-x86-64-debug b/configs/linux-x86-64-debug index d16f48790cd..46e72c990af 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 -DDEBUG_MATH +DEFINES += -DDEBUG -DDEBUG_MATH |