mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix building with Clang
git-svn-id: https://svn.eduke32.com/eduke32@6364 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
bf18114d31
commit
a17eb158e8
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ ifneq (0,$(KRANDDEBUG))
|
|||
COMMONFLAGS += -fno-inline -fno-inline-functions -fno-inline-functions-called-once
|
||||
endif
|
||||
|
||||
COMMONFLAGS+= -fno-strict-aliasing $(F_JUMP_TABLES) $(F_NO_STACK_PROTECTOR)
|
||||
COMMONFLAGS+= -fno-strict-aliasing -fno-threadsafe-statics $(F_JUMP_TABLES) $(F_NO_STACK_PROTECTOR)
|
||||
|
||||
|
||||
##### Warnings
|
||||
|
|
Loading…
Reference in a new issue