diff options
author | Brian Paul <[email protected]> | 2005-05-16 19:07:45 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-05-16 19:07:45 +0000 |
commit | a33f0d302445cbef740fb8c454ec0e2d5acb0458 (patch) | |
tree | e184c755d45c052d0d1feb3dced8ce4edef28854 /configs/linux-x86-64 | |
parent | 380991cb657dec71d754d5221ffd55360864358d (diff) |
remove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from CXXFLAGS
Diffstat (limited to 'configs/linux-x86-64')
-rw-r--r-- | configs/linux-x86-64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-x86-64 b/configs/linux-x86-64 index 8e62f91ef68..027ce217f3b 100644 --- a/configs/linux-x86-64 +++ b/configs/linux-x86-64 @@ -10,7 +10,7 @@ CXX = g++ CFLAGS = -m64 -Wall -O3 -std=c99 -pedantic -fPIC -D_REENTRANT -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -I/usr/X11R6/include -DUSE_X86_64_ASM -CXXFLAGS = -m64 -Wall -O3 -std=c99 -pedantic -fPIC -D_REENTRANT -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE +CXXFLAGS = -m64 -Wall -O3 -fPIC -D_REENTRANT -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE GLUT_CFLAGS = -fexceptions |