Makefile: Use -std=c99 and -std=c++03 instead of -std=gnu99 and -std=gnu++03.

git-svn-id: https://svn.eduke32.com/eduke32@6089 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2017-03-22 15:46:06 +00:00
parent ed75d4086c
commit b015f1044b

View file

@ -283,9 +283,9 @@ ifneq ($(RELEASE)$(DEBUGANYWAY),10)
OPTIMIZATIONS += $(DEBUGFLAG)
endif
CSTD:=-std=gnu99
CSTD:=-std=c99
CONLYFLAGS=$(CSTD)
CXXSTD:=-std=gnu++03
CXXSTD:=-std=c++03
CXXONLYFLAGS=$(CXXSTD) -fno-exceptions -fno-rtti
ASFORMAT=elf$(BITS)
ASFLAGS=-s -f $(ASFORMAT) #-g