mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
Remove "-fpermissive" from C++ builds because we don't need it.
git-svn-id: https://svn.eduke32.com/eduke32@4273 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
27dbb4d2e8
commit
3e6fc00474
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ endif
|
|||
# compiler flags etc.
|
||||
BASECFLAGS=
|
||||
BASECONLYFLAGS=-Wimplicit -Wdeclaration-after-statement
|
||||
BASECXXFLAGS= -fno-exceptions -fno-rtti -fpermissive -Wno-write-strings
|
||||
BASECXXFLAGS= -fno-exceptions -fno-rtti -Wno-write-strings
|
||||
BASEASFLAGS=-s #-g
|
||||
BASELDFLAGS=
|
||||
|
||||
|
|
Loading…
Reference in a new issue