From 6fa292451d11608d1588f1b28569ccb2dd1cea57 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 21 Oct 2011 22:48:53 +0000 Subject: * clang support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2cb52a59..0af4d137 100644 --- a/Makefile +++ b/Makefile @@ -268,7 +268,7 @@ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu")) endif BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \ - -pipe -DUSE_ICON + -Wno-self-assign -pipe -DUSE_ICON CLIENT_CFLAGS += $(SDL_CFLAGS) OPTIMIZEVM = -O3 -funroll-loops -fomit-frame-pointer -- cgit