diff options
author | Brian Paul <[email protected]> | 2004-03-26 15:16:35 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-26 15:16:35 +0000 |
commit | a70ad91209b08ebe7122ace6d6656b11d9b04542 (patch) | |
tree | dc8b1e08f6348809afcc29fc66d392061a5876fe /configs/linux-debug | |
parent | f262b70d5a3fb7bcc2b280735fc7ff643cebe433 (diff) |
new system configurations
Diffstat (limited to 'configs/linux-debug')
-rw-r--r-- | configs/linux-debug | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/linux-debug b/configs/linux-debug new file mode 100644 index 00000000000..418cb4ba942 --- /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 |