From a70ad91209b08ebe7122ace6d6656b11d9b04542 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 26 Mar 2004 15:16:35 +0000 Subject: new system configurations --- configs/linux-debug | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/linux-debug (limited to 'configs/linux-debug') diff --git a/configs/linux-debug b/configs/linux-debug new file mode 100644 index 0000000000..418cb4ba94 --- /dev/null +++ b/configs/linux-debug @@ -0,0 +1,15 @@ +# Configuration for debugging on Linux + +include $(TOP)/configs/default + +CONFIG_NAME = linux-debug + +# Compiler and flags +CC = gcc +CXX = g++ + +CFLAGS = -g -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM -DPTHREADS -DDEBUG -DMESA_DEBUG + +CXXFLAGS = -g -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -DDEBUG -DMESA_DEBUG + +GLUT_CFLAGS = -fexceptions -- cgit v1.2.3