mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
Revert r6089. We can't live without strdup, strtoll, snprintf, strcasecmp, etc.
This is only an issue on some platforms. git-svn-id: https://svn.eduke32.com/eduke32@6090 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b015f1044b
commit
28ad096e38
1 changed files with 2 additions and 2 deletions
|
@ -283,9 +283,9 @@ ifneq ($(RELEASE)$(DEBUGANYWAY),10)
|
||||||
OPTIMIZATIONS += $(DEBUGFLAG)
|
OPTIMIZATIONS += $(DEBUGFLAG)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CSTD:=-std=c99
|
CSTD:=-std=gnu99
|
||||||
CONLYFLAGS=$(CSTD)
|
CONLYFLAGS=$(CSTD)
|
||||||
CXXSTD:=-std=c++03
|
CXXSTD:=-std=gnu++03
|
||||||
CXXONLYFLAGS=$(CXXSTD) -fno-exceptions -fno-rtti
|
CXXONLYFLAGS=$(CXXSTD) -fno-exceptions -fno-rtti
|
||||||
ASFORMAT=elf$(BITS)
|
ASFORMAT=elf$(BITS)
|
||||||
ASFLAGS=-s -f $(ASFORMAT) #-g
|
ASFLAGS=-s -f $(ASFORMAT) #-g
|
||||||
|
|
Loading…
Reference in a new issue