diff options
author | Tim Angus <tim@ngus.net> | 2011-10-21 22:48:53 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-10 23:38:31 +0000 |
commit | 6fa292451d11608d1588f1b28569ccb2dd1cea57 (patch) | |
tree | c7e09270d36c450beb62b4b1bb8fced3a8bb4ed4 /Makefile | |
parent | da2d020a143ebb13d4e3cfb3a360bdb763bf9251 (diff) |
* clang support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |