From: Mattia Basaglia Date: Mon, 20 Jul 2015 17:36:49 +0000 (+0200) Subject: Enable C++11 in the makefile X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3ef2153da81969ed10fbdaf9210c54057c6d9059;p=xonotic%2Fnetradiant.git Enable C++11 in the makefile --- diff --git a/Makefile b/Makefile index 51b3fa9f..64a93ef9 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ CFLAGS_COMMON = -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fn CPPFLAGS_COMMON = LDFLAGS_COMMON = LIBS_COMMON = -CXXFLAGS_COMMON = -Wno-non-virtual-dtor -Wreorder -fno-exceptions -fno-rtti +CXXFLAGS_COMMON = -Wno-non-virtual-dtor -Wreorder -fno-exceptions -fno-rtti -std=c++11 ifeq ($(BUILD),debug) ifeq ($(findstring $(CFLAGS),-g),)