From a17eb158e80566a62d643e18df6bb8c1a9dceecc Mon Sep 17 00:00:00 2001 From: terminx Date: Tue, 18 Jul 2017 20:52:42 +0000 Subject: [PATCH] Fix building with Clang git-svn-id: https://svn.eduke32.com/eduke32@6364 1a8010ca-5511-0410-912e-c29ae57300e0 --- Common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common.mak b/Common.mak index 6eb40d1ef..0ba01b7ea 100644 --- a/Common.mak +++ b/Common.mak @@ -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