mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
f1d99d70e8
commit
bc081e6593
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue