From a33f0d302445cbef740fb8c454ec0e2d5acb0458 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 16 May 2005 19:07:45 +0000 Subject: remove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from CXXFLAGS --- configs/linux-x86-64-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/linux-x86-64-static') diff --git a/configs/linux-x86-64-static b/configs/linux-x86-64-static index 5dd5da645f..14fa0c2a28 100644 --- a/configs/linux-x86-64-static +++ b/configs/linux-x86-64-static @@ -10,7 +10,7 @@ CXX = g++ CFLAGS = -m64 -Wall -O3 -ansi -pedantic -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -I/usr/X11R6/include -CXXFLAGS = -m64 -Wall -O3 -ansi -pedantic -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE +CXXFLAGS = -m64 -Wall -O3 -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE GLUT_CFLAGS = -fexceptions -- cgit v1.2.3