diff options
Diffstat (limited to 'mesalib/configs/linux-x86-debug')
-rw-r--r-- | mesalib/configs/linux-x86-debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mesalib/configs/linux-x86-debug b/mesalib/configs/linux-x86-debug new file mode 100644 index 000000000..d35012ffa --- /dev/null +++ b/mesalib/configs/linux-x86-debug @@ -0,0 +1,9 @@ +# Configuration for Linux with x86 code, but no gcc optimizations and +# debugging enabled. + +include $(TOP)/configs/linux-x86 + +CONFIG_NAME = linux-x86-debug + +OPT_FLAGS = -g +DEFINES += -DDEBUG -DDEBUG_MATH |