mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Flip the switch to C++11.
It's happening. git-svn-id: https://svn.eduke32.com/eduke32@6120 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d3c56b8a89
commit
d0ad379c4c
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ endif
|
||||||
|
|
||||||
CSTD:=-std=gnu99
|
CSTD:=-std=gnu99
|
||||||
CONLYFLAGS=$(CSTD)
|
CONLYFLAGS=$(CSTD)
|
||||||
CXXSTD:=-std=gnu++03
|
CXXSTD:=-std=gnu++11
|
||||||
CXXONLYFLAGS=$(CXXSTD) -fno-exceptions -fno-rtti
|
CXXONLYFLAGS=$(CXXSTD) -fno-exceptions -fno-rtti
|
||||||
ifneq (0,$(CLANG))
|
ifneq (0,$(CLANG))
|
||||||
CSTD:=$(subst gnu,c,$(CSTD))
|
CSTD:=$(subst gnu,c,$(CSTD))
|
||||||
|
|
Loading…
Reference in a new issue