mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
COMMONFLAGS=
|
COMMONFLAGS =
|
||||||
COMPILERFLAGS=
|
COMPILERFLAGS = -funsigned-char
|
||||||
|
|
||||||
ifeq ($(PACKAGE_REPOSITORY),0)
|
ifeq ($(PACKAGE_REPOSITORY),0)
|
||||||
COMMONFLAGS += $(OPTIMIZATIONS)
|
COMMONFLAGS += $(OPTIMIZATIONS)
|
||||||
|
@ -582,7 +582,7 @@ else
|
||||||
endif
|
endif
|
||||||
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
|
COMPILERFLAGS+= -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue