scons: Get rid of -fpermissive

Not required anymore.
This commit is contained in:
dhewg 2011-12-03 00:33:15 +01:00
parent 618f15cffe
commit 1b0a37392b

View file

@ -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