Makefile: Move -funsigned-char from COMMONFLAGS to COMPILERFLAGS. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@6096 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2017-03-23 03:03:39 +00:00
parent f1d99d70e8
commit bc081e6593

View file

@ -263,8 +263,8 @@ ifndef LTO
endif
endif
COMMONFLAGS=
COMPILERFLAGS=
COMMONFLAGS =
COMPILERFLAGS = -funsigned-char
ifeq ($(PACKAGE_REPOSITORY),0)
COMMONFLAGS += $(OPTIMIZATIONS)
@ -582,7 +582,7 @@ else
endif
endif
COMMONFLAGS+= -funsigned-char -fno-strict-aliasing $(F_JUMP_TABLES)
COMMONFLAGS+= -fno-strict-aliasing $(F_JUMP_TABLES)
COMPILERFLAGS+= -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0