diff options
author | Brian <[email protected]> | 2007-08-20 17:02:27 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-20 17:02:27 -0600 |
commit | a17d5361b257cb44614a926a7f994b4a46a07890 (patch) | |
tree | cff30efeff480fa5f70e9b5590103020a6c0b2af /configs/linux-dri-debug | |
parent | 766fa51537dabd978eb04fb4c3f29b5dfeacd9fb (diff) |
remove the -DMESA flags
Diffstat (limited to 'configs/linux-dri-debug')
-rw-r--r-- | configs/linux-dri-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri-debug b/configs/linux-dri-debug index a7ce255e009..c3a458459d8 100644 --- a/configs/linux-dri-debug +++ b/configs/linux-dri-debug @@ -5,7 +5,7 @@ include $(TOP)/configs/linux-dri CONFIG_NAME = linux-dri-debug OPT_FLAGS = -O0 -g -ARCH_FLAGS = -DDEBUG -DMESA +ARCH_FLAGS = -DDEBUG # Helpful to reduce the amount of stuff that gets built sometimes: #DRI_DIRS = i915tex i915 |