mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix _FORTIFY_SOURCE redefinition warning on Ubuntu's patched versions of GCC. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4750 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
2330c61519
commit
4abc47af9e
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ endif
|
|||
|
||||
COMMONFLAGS+= -funsigned-char -fno-strict-aliasing $(F_JUMP_TABLES)
|
||||
|
||||
COMPILERFLAGS+= $(CWARNS) $(W_NO_UNUSED_RESULT) -D_FORTIFY_SOURCE=0
|
||||
COMPILERFLAGS+= $(CWARNS) $(W_NO_UNUSED_RESULT) -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
|
||||
|
||||
ifeq (0,$(NETCODE))
|
||||
COMPILERFLAGS+= -DNETCODE_DISABLE
|
||||
|
|
Loading…
Reference in a new issue