diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-02-28 02:52:13 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-02-28 02:52:13 +0100 |
commit | 89b50a242479f74fcbe48c64f2458a26adeab548 (patch) | |
tree | a0cc837b478f1e40cf1eb3c5625bda9d1f7a8155 /Makefile | |
parent | f191c6f606fe15f2a99b850aabe65c11f884e289 (diff) |
There goes C++11...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ ifeq ($(SYSTEM),Linux) STRIP = strip --strip-unneeded endif -CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) -fexceptions -imacros $(CONFIG_H) +CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) -fexceptions -imacros $(CONFIG_H) -std=gnu++0x CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS) CXXFLAGS += -Wno-deprecated |