new system configurations
[mesa.git] / configs / linux-debug
1 # Configuration for debugging on Linux
2
3 include $(TOP)/configs/default
4
5 CONFIG_NAME = linux-debug
6
7 # Compiler and flags
8 CC = gcc
9 CXX = g++
10
11 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
12
13 CXXFLAGS = -g -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -DDEBUG -DMESA_DEBUG
14
15 GLUT_CFLAGS = -fexceptions