From f999a15d51b12313f66d8b997870878b5eea10bc Mon Sep 17 00:00:00 2001 From: Nicolas 'Pixel' Noble Date: Sun, 20 Jan 2013 00:05:52 -0800 Subject: Let's embrace C++11 fully - will now require gcc-4.7 or clang-3.x --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42263b5..51d88f7 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,7 @@ endif CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) -fexceptions -imacros $(CONFIG_H) CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS) $(addprefix -D, $(DEFINES)) -CXXFLAGS += -Wno-deprecated -std=gnu++0x +CXXFLAGS += -Wno-deprecated -std=c++11 LDFLAGS += $(ARCH_FLAGS) LDLIBS = $(addprefix -l, $(LIBS)) -- cgit v1.2.3