Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will
[mesa.git] / configs / linux-x86-debug
1 # Configuration for Linux with x86 code, but no gcc optimizations and
2 # debugging enabled.
3
4 include $(TOP)/configs/linux-x86
5
6 CONFIG_NAME = linux-x86-debug
7
8 OPT_FLAGS = -g
9 DEFINES += -DDEBUG -DMESA_DEBUG -DRUN_DEBUG_BENCHMARK