Keith Whitwell | e61df58 | 2004-04-14 12:44:07 +0000 | [diff] [blame] | 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 | |||||
Ian Romanick | 9204e87 | 2005-07-02 07:38:40 +0000 | [diff] [blame^] | 8 | OPT_FLAGS = -g |
9 | DEFINES += -DDEBUG -DMESA_DEBUG -DRUN_DEBUG_BENCHMARK |