From c32621287add2e15221178d4e92ab4e7c5cb90ec Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 28 Feb 2012 00:14:42 -0800 Subject: Making clang happy... --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35fd727..f12068c 100644 --- a/Makefile +++ b/Makefile @@ -102,10 +102,10 @@ ifeq ($(SYSTEM),Linux) STRIP = strip --strip-unneeded endif -CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) -fexceptions -imacros $(CONFIG_H) -std=gnu++0x +CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) -fexceptions -imacros $(CONFIG_H) CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS) -CXXFLAGS += -Wno-deprecated +CXXFLAGS += -Wno-deprecated -std=gnu++0x LDFLAGS += $(ARCH_FLAGS) LDLIBS = $(addprefix -l, $(LIBS)) -- cgit v1.2.3