mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-23 12:53:09 +00:00
scons: Get rid of -fpermissive
Not required anymore.
This commit is contained in:
parent
618f15cffe
commit
1b0a37392b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue