From 1b0a37392b5daf8aef4ca6e1bddde352f37038a1 Mon Sep 17 00:00:00 2001 From: dhewg Date: Sat, 3 Dec 2011 00:33:15 +0100 Subject: [PATCH] scons: Get rid of -fpermissive Not required anymore. --- neo/SConstruct | 2 -- 1 file changed, 2 deletions(-) diff --git a/neo/SConstruct b/neo/SConstruct index c5156b30..c1fd3a05 100644 --- a/neo/SConstruct +++ b/neo/SConstruct @@ -274,8 +274,6 @@ BASECPPFLAGS.append( '-Wall' ) BASECPPFLAGS.append( '-Wno-unknown-pragmas' ) # this define is necessary to make sure threading support is enabled in X CORECPPFLAGS.append( '-DXTHREADS' ) -# gcc 4.0 -BASECPPFLAGS.append( '-fpermissive' ) if ( g_os == 'Linux' ): # gcc 4.x option only - only export what we mean to from the game SO